Posts

Covid-19 Visualization in Python

Image
Welcome to my Blog,  Today I made this wonderful project named Covid19 Visulaization in Python. Basically the project was pretty awesome and well guided. I completed this awesome project from the codex.me the instructor was very thorough with his comcepts and the way of teaching was simply awesome. This project consisted of importing a csv file consisting of covid 19 cases and the best part of this dataset is that it is updated daily and handled by John Hopkins University. The dataset can be found at this github repository:  Covid-19 Dataset . I made 4 charts from the collected Dataset. Here are the Screenshots of them: All Of these were made from scratch using datascience tools available in python. You can too make this project the course was pretty straight forward and on point and the best part of all of this is it is available for free of cost and anybody can enroll in this project course. All thanks to  TheCodex and Avinash Jain for making such projects and couses free for everbo

Introduction to Pandas - Python

PANDAS: In computer programming, pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license. The name is derived from the term "panel data", an econometrics term for data sets that include observations over multiple time periods for the same individuals.Its name is a play on the phrase "Python data analysis" itself. Pandas is mainly used for data analysis. Pandas allows importing data from various file formats such as comma-separated values, JSON, SQL, Microsoft Excel.Pandas allows various data manipulation operations such as merging, reshaping,selecting, as well as data cleaning, and data wrangling features. Objectives: After completing this lab you will be able to: Acquire data in various ways Obtain insights from Data with Pandas library Data Acq