Skip to content

EQWorks/ws-data-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Work Sample for Data Aspect, Pandas Variant

What is this for?

Environment setup

If you already have a functioning Python and Pandas configuration, you can use your own. For your convenience, the provided docker-compose.yml is based on the jupyter/scipy-notebook image. You will need to have Docker and Docker Compose configured on your computer. Check out the Docker Desktop documentation for details.

You can run docker-compose up and follow the prompt to open the Jupyter Notebook UI (looks like http://127.0.0.1:8888/?token=<SOME_TOKEN>).

The given data/ directory mounts as a Docker volume at ~/data/ for easy access:

import os
import pandas as pd

df = pd.read_csv(os.path.expanduser('~/data/DataSample.csv'))

example

Submission

Please host your solution as one or multiple Notebooks (.ipynb) in a public git remote repository and reply with its link to the email thread you initially received to work on this work sample.

Releases

No releases published

Packages

No packages published