Skip to content

Instantly share code, notes, and snippets.

@aveek22
Last active May 30, 2021 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveek22/f6364841c091a22934ab63b966bbf951 to your computer and use it in GitHub Desktop.
Save aveek22/f6364841c091a22934ab63b966bbf951 to your computer and use it in GitHub Desktop.
# Import the pandas
import pandas as pd
# Read the CSV file
data = pd.read_csv('C:/DemoSourceData.csv')
# Print the data
print(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment