Principal Engineer - using Python, AWS, Data Science, and a multitude of Geospatial tools
- Atlanta, GA
- https://www.linkedin.com/in/rajpardasani/
Pinned Loading
-
Retrieves OpenStreetMap layers, spli...
Retrieves OpenStreetMap layers, splits by category, and generates geopackages 1## Retrieves OpenStreetMap layers within specified bounding points
2## Splits the data by layer type and category
3## Generates geopackages to be placed in the specified output directory
45import osmnx as ox
-
Cache dataframes to a Redis server
Cache dataframes to a Redis server 1## Cache dataframes to a Redis server using a 'unitcode' (or identifier) column in combination with a timestamp. Use the pendulum start of the hour.
23from timeit import default_timer
4import pandas as pd
5import redis
-
Function to create a SQL table from ...
Function to create a SQL table from a parquet file 1## Create a SQL table from the given parquet file
23import os
4import pandas as pd
5import pymssql
-
Simple linear regression exercise us...
Simple linear regression exercise using real estate data - Udemy course 1## Udemy course simple linear regression exercise
2## Jupyter notebook
3## Real estate data with dependent variable - 'price' and independent variabe - 'size'
45import numpy as np
-
Multiple linear regression exercise ...
Multiple linear regression exercise using real estate data - Udemy course 1## Udemy course multiple linear regression exercise
2## Jupyter notebook
3## Real estate data
4## dependent variable is 'price'
5## independent variabes are 'size' and 'year'
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.