-
-
Save merchantmehul/e0908a51d90d6beb48a866f434eb3348 to your computer and use it in GitHub Desktop.
import-pandas-set-paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
# storing csv path | |
product_csv = "csv/products.csv" | |
output_sql = "sql/output.sql" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment