Data & Analytics

Data Wrangling Vs Data Cleaning

Data Cleaning Data Wrangling Definition: Data cleaning specifically focuses on identifying and correcting errors or inaccuracies in the dataset.Tasks: Involves handling missing values, correcting typos, standardizing formats, and removing duplicates to ensure data accuracy.Goal: Improve data quality by eliminating errors, inconsistencies, or outliers that could impact the validity of analysis or machine learning models.Methods: Encompasses …

Data Wrangling Vs Data Cleaning Read More »

Pandas Introduction and Installation – Python Pandas Tutorial Part 1

What is Python Pandas Pandas is a module or package created 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. Python Pandas can be used to connect to any type of structured datasets like Excel, CSV, JSON, HTML, SQL …

Pandas Introduction and Installation – Python Pandas Tutorial Part 1 Read More »

Exploratory Data Analysis of Coronavirus COVID-19 Dataset using Python Pandas

Sample Code Files for Project of Exploratory Data Analysis of Corona Virus Dataset using Python Pandas recovered = pd.read_csv(‘https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv’) confirmed = pd.read_csv(‘https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv’) deaths = pd.read_csv(‘https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Deaths.csv’)

machine learning kya hai hindi

मशीन लर्निंग क्या है

मशीन लर्निंग – परिभाषा मशीन लर्निंग एक ऐसी तकनीक है जिसमे कंप्यूटर को इस तरह से प्रोग्राम किया जाता है की वो इनपुट डाटा के आधार पे खुद से आउटपुट डाटा को प्रेडिक्ट कर सके | दिए गए इनपुट के आधार पे खुद से सीख सके | सॉफ्टवेयर डेवलपमेंट में जरुरत के आधार पे प्रोग्राम …

मशीन लर्निंग क्या है Read More »

Tableau Course

Tableau Course for Professionals and Beginners 17 Ratings, 100 Students,  4.7/5 Tableau Course Details Course Name Tableau Course Training (Placement Oriented) Course Duration 45 Days Course Fees INR 6800 , Offer Price INR 3999 Mode of Training Online and Offline 2 Days Free Demo Classes are also available. We offer Interview Tips and Resume …

Tableau Course Read More »

डाटा-एनालिटिक्स-क्या-है

डाटा एनालिटिक्स क्या है

जब हम किसी समस्या के समाधान के लिए डाटा को कलेक्ट करते है और उस डाटा के विश्लेषण से महत्वपूर्ण जानकारी को डाटा में से खोज के निकालते है जिससे की उस जानकारी का प्रयोग समस्या को सुलझाने में किया जा सके तो उसे डाटा एनालिटिक्स कहते है |

How to load data from Facebook Insights to Google Data Studio Cloud

Facebook Insights to Google Data Cloud Studio has been live for some time and it has some amazing features. Google Data Studio can be used to fetch data from other sources. Google Data Cloud can fetch Graphical Data from Facebook Insights. We will guide you step by step how to create stunning Graph and Chart …

How to load data from Facebook Insights to Google Data Studio Cloud Read More »