Skip to content

Instantly share code, notes, and snippets.

View vaclavdekanovsky's full-sized avatar

Vaclav Dekanovsky vaclavdekanovsky

View GitHub Profile
@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 / Google API via Requests.ipynb
Created July 16, 2020 14:00
Google API via Python's requests
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Geopy's Geocode extract the coordinates.ipynb
Created July 16, 2020 16:45
Getting geospatial coordinates with GeoPy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / GIST_Surface_Disntance.ipynb
Created December 1, 2020 21:58
Calculating distance between two places on the surface of 3D sphere or ellipsoid object (like Earth).
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Compare_Datasets_Changes_in_multiple_values.ipynb
Created November 7, 2021 20:39
Comparing 2 version of one dataset having one key and two value columns in pandas. The differences are styled by background color.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / GIST_Travelling_Salesman_problem.ipynb
Created December 5, 2020 21:47
Solving Travelling Salesman problem using genetic algorithm
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / GIST_Julia_CSV_Fixed_Width_File.ipynb
Created January 3, 2021 19:33
How to read some fixed width file with julia CSV.jl
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / GIST_Julia_CSV_Pool.ipynb
Created January 2, 2021 21:05
Pool parameter in Julia CSV parser.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / DataFormat_Parameter.ipynb
Created December 19, 2020 22:09
Julia, parsing CSV using dateformat parameter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vaclavdekanovsky
vaclavdekanovsky / Julia_DataFrames_Type_Parameter.ipynb
Created December 19, 2020 21:16
Julia CSV reader's type and types parameters
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.