Python for Data Analysis
Welcome back to my new blog , Today we are going to touch the programming language python. Python is a language which we use for programming. And with python the original coding part is starting for data analysis. We use two libraries of python for analysis, 2 for scraping and 1 for data visualization. We can it's the whole package for data analysis big or small data doesn't matter here. We use it majorly for big datasets only. Let's see how it works:- First we scrape the data, which means to take out data from online sources. This part is not used for internal data. But if you don't have data then you can python for data scraping. The libraries we normally use for scraping are: scrape and beautifulSoup. We can pull data from websites or web apps by using them. Second we prepare, process and analyse data. As we discussed before Prepration contain to sort and filter data, Processing is to make data clutter free by cleaning the data along w...