posted Apr 17, 2020, 11:40 AM by Chris G
[
updated Apr 17, 2020, 11:41 AM
]
Say Goodbye to Excel? A Simple Evaluation of Python Grid Studio Using COVID-19 Data
An alternative tool for Data Analysts/ Data Scientists with skills in Python programming language.Recently, I found an excellent open-source project “Grid Studio”. This library combines the advantages of the spreadsheet and Python in terms of data analytics. Have you been thinking that - When you use MS Excel, you want to use your Python skills and libraries such as Numpy, Pandas, SciPy, Matplotlib and Scikit-learn to generate and manipulate data
- When you use Python, you may think the tabular view of the data is needed to have a picture of the current dataset in real-time, but what you can do is only output
df.head() manually.
OK, this library can satisfy all your requirements. Before everything, let’s have a look at how it looks like. Grid Studio is a Web-based application. Here is the Web UI.
|
|