How to know your data
- bdata3
- Apr 22, 2021
- 1 min read
There are many ways how to know your data prior to manipulate and process it:
you can use
if you have the dat in sql you can use sql to aggregate and sum and so
You can take EDA approach which leverage pandas very nicely
Or you can use open refine a great to to facet and manipulate the data:

Comments