Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.05 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.05 KB

Data-is-Cool

A brief guide to learn data-visualisation, by learning how the functions work and intuitions in practice.

This guide uses jupyter notebooks.

Using Pandas

Using Seaborn

Using Matplotlib

Using Plotnine

About Datasets

- `pokemon.csv`: Data about pokemons with complex (and a lot) fields/features.
- `pokemon_lite.csv`: Data about pokemons (800X13), with features that are easier to read.
- `AppleStore.csv`: Information about applications on apple store.

Note to Reader

Whilst writing jupyter notebooks, I faced several warning statuses during my calls in matplotlib, numpy, and pandas. I tried to suppress it with the function from warnings library as warnings.filterwarnings("always"); sometimes it worked, and sometimes it didn't.

These warnings are for developers, and can be safely ignored.

For Contributions

If you have any doubt regarding the code in these notebooks, feel free to raise an issue, or drop a mail at [ankit03june at gmail dot com].

Any contributions are welcome.