cloudpathlib icon indicating copy to clipboard operation
cloudpathlib copied to clipboard

Add some examples with pandas to the docs

Open ejm714 opened this issue 5 years ago • 0 comments

Often times we're not just writing to text files but loading and saving csvs. Could be nice to add some examples to the docs or example notebook like

with (root_dir / "users.csv").open('w+') as f:
    df.to_csv(f)

ejm714 avatar Oct 07 '20 17:10 ejm714