https://github.com/avannaldas/quickview
QuickView is a python package for a quick glance of the dataset, just pass the pandas dataframe. It gives some useful summary and plots with just one line of code. All the summary that it outputs is made available through member variables. It is built using matplotlib.
https://github.com/avannaldas/quickview
data-analysis data-visualization dataframe machine-learning matplotlib pandas pandas-dataframe plots python3
Last synced: 3 months ago
JSON representation
QuickView is a python package for a quick glance of the dataset, just pass the pandas dataframe. It gives some useful summary and plots with just one line of code. All the summary that it outputs is made available through member variables. It is built using matplotlib.
- Host: GitHub
- URL: https://github.com/avannaldas/quickview
- Owner: avannaldas
- License: mit
- Created: 2017-03-29T07:00:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T21:27:25.000Z (over 8 years ago)
- Last Synced: 2025-06-07T09:07:47.398Z (4 months ago)
- Topics: data-analysis, data-visualization, dataframe, machine-learning, matplotlib, pandas, pandas-dataframe, plots, python3
- Language: Python
- Homepage: http://avannaldas.github.io/
- Size: 304 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickView
What do you see when you lay your hands on a dataset for the very first time before you even start understanding and exploration? First the file size, number of rows and columns. Beyond that you either need to code at least a few lines of code for every scenario (plot/visualization) or use Excel inbuilt tools to get the insights from the dataset. With QuickView, you won't need to write more than one line of code, except _import_ statement ofcourse :)
QuickView gives you a quick glance at the dataset, just pass the pandas dataframe. It gives some useful summary and plots with just one line of code. All the summary that it outputs is made available through member variables. Check the [usage](https://github.com/avannaldas/QuickView/blob/master/Docs/QuickView%20Usage.md) under [Docs](https://github.com/avannaldas/QuickView/blob/master/Docs) for more info about installation and usage.
I hope this package helps as a first line of attack in the data analysis to get you off the ground real quick, though in a very simple and rudimentary way. Ease of use and simplicity will always be the central focus. QuickView has been built using matplotlib. QuickView is made for basic data analysis/visualization. For anything beyond that consider using matplotlib or some other similar advanced data visualization library.
The project has just begun, I'll be extending this slowly as and when time permits. Feedback/suggestions most welcome. If you would like to contribute, feel free drop me a note.