Skip to content

Instantly share code, notes, and snippets.

@merchantmehul
Created June 27, 2024 04:29
Show Gist options
  • Save merchantmehul/e0908a51d90d6beb48a866f434eb3348 to your computer and use it in GitHub Desktop.
Save merchantmehul/e0908a51d90d6beb48a866f434eb3348 to your computer and use it in GitHub Desktop.
import-pandas-set-paths
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