DataCamp Notes#
have access to DataCamp through work
you can’t download the workspace from the site
if I want to use it as notes, I’ll need to get the stuff for it myself
Extracting DataFrames from DataCamp#
Run
pd.to_csv
on the DataFrame in the interactive windowUse
Shift
+Down
to select the textCopy and Paste into a
.csv
fileFind and Replace
\n
with/
Activate Regex mode (
.*
)Find and Replace
/
with\n
remove the extra apostrophes (
'
) from the start and end of the text