Skip to content

Instantly share code, notes, and snippets.

View vaclavdekanovsky's full-sized avatar

Vaclav Dekanovsky vaclavdekanovsky

View GitHub Profile
@vaclavdekanovsky
vaclavdekanovsky / GIST_Unzip_files_in_folder.ipynb
Last active October 28, 2020 21:45
Unzip a group of zip files in a folder
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Gist_zip_with_notation.ipynb
Last active October 28, 2020 21:23
Access the file in a variable vs. with notation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Upsampling_Different_Behavior.ipynb
Last active October 3, 2020 20:05
Using label and closed paramteres of the pandas upsample can lead to different groups when you use them on daily compared to the monthly resamples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Upsampling_Stock_Market_Examples.ipynb
Created October 3, 2020 19:39
Applying upsampling with average to the stock market fundamental data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Pandas_Upsample_All_Together.ipynb
Last active October 3, 2020 20:11
Up-sampling to average for several groups must be done separately per group
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Pandas_Upsample_Grouping.ipynb
Last active October 3, 2020 20:10
Create groups while upsampling to calculate the average in each group.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / GIST_Highlighted_Line_Chart.ipynb
Last active October 26, 2023 19:06
Full code for achieving highlighted Plotly Express line charts on the background of grey lines
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Plotly_Histogram_Via_Plotly_Bar.ipynb
Last active October 5, 2020 22:09
How to create a histogram using Plotly.Express Bar chart
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Pandas_Persistance_Performance_Test.ipynb
Created August 18, 2020 21:33
Running performance test to see the file size and read/write speed of various pandas .to_() methods
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Plotly.go.subplots.ipynb
Last active August 16, 2020 21:05
How to create a subplots with Plotly go
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.