We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa28f3 commit 03ef5c4Copy full SHA for 03ef5c4
Load_DataFrame_from_CSV.py
@@ -0,0 +1,3 @@
1
+import pandas as pd
2
+
3
+df = pd.read_csv("new_york_city.csv")
0 commit comments