Toolbox: Python List of Dicts to JSONL (json lines)
How to transform list of dicts to JSON lines in Python...
Toolbox: Shapefile to GeoJSON with Python
Script to transform shapefiles into geojsons...
Toolbox: Get all files of a specific type from a given directory in Python
How to get a list of paths to the files with a specific extension in Python....
Toolbox: Dask – Drop Rows with Specific Substrings
Remove rows with a specific substring from Dask DataFrame...
Toolbox: Check if the text from DataFrame is a part of another phrase with Python and Pandas
Test if a record from DataFrame is a part of other phrase...
Toolbox: Drop Duplicated Geometries from GeoDataFrame
We should avoid .drop_duplicates() method from Pandas!...
Data Engineering: The Test Coverage for the Scientific Software
In this tutorial, we will learn about the different types of tests that could cover the scientific package. We are going to create unit and functional tests for the code developed within the Pyinterpolate package. We see how to use Jupyter Notebooks and additional tutorial...
Toolbox: MongoDB nested bson to the flattened DataFrame
How to read and flatten nested bson files with Python and pandas....
Toolbox: DataFrame points to GeoSeries
Python function to transform DataFrame with float coordinates to GeoSeries (GeoDataFrame)....
Data Science: Feature Engineering with Spatial Flavour
Enhance your training set with spatial features...
- 1
- 2