What is Data Analysis - Complete Introduction | Python Pandas Tutorial

WsCube Tech
30 May 202214:45

Summary

TLDRThe video discusses the role and importance of data scientists, the process of data analysis, and the use of Python libraries, particularly Pandas. It covers how to handle, clean, and visualize large datasets, emphasizing the significance of data science in today's world. The speaker, Gaurav Prajapat, explains various data processing techniques, including the installation and use of Pandas for efficient data handling and analysis. The video aims to educate viewers on the essential tools and skills needed for data science and machine learning, making it highly relevant for aspiring data scientists.

Takeaways

  • 📊 Data scientists are experts who analyze and interpret complex data to help make decisions.
  • 🧪 Dialysis is used to purify data and extract useful information from raw data.
  • 📈 Data visualization helps in representing data graphically, making it easier to understand.
  • 🔍 Data analysis involves examining data sets to find trends and draw conclusions.
  • 🧹 Data cleaning is a crucial step in preparing data for analysis by removing inaccuracies and inconsistencies.
  • 💻 Python is a powerful tool for data analysis, with libraries like Pandas facilitating data handling.
  • 🐼 Pandas is a Python library essential for data manipulation and analysis, especially for handling large data sets.
  • 🗃️ Data structures in Pandas include Series (1D) and DataFrame (2D) for organizing data efficiently.
  • 📊 Using Pandas, one can read, modify, and manipulate data from various file formats like CSV and Excel.
  • 🔧 Installing Pandas requires the command 'pip install pandas' and importing it with 'import pandas as pd' for use in Python.

Q & A

  • What is a Data Scientist?

    -A Data Scientist is a professional who processes, analyzes, and interprets large amounts of data to extract useful information. They clean the data, perform analysis, and create visualizations to make the data understandable and actionable.

  • What is data analysis and why is it important?

    -Data analysis involves examining, cleaning, and modeling data to discover useful information. It is important because it helps organizations make informed decisions, optimize operations, and gain insights from raw data.

  • What is the role of Python in data analysis?

    -Python plays a crucial role in data analysis as it offers libraries like Pandas, NumPy, and Matplotlib, which provide powerful tools for handling, analyzing, and visualizing data efficiently.

  • What is Pandas, and why is it essential for data analysis?

    -Pandas is a Python library used for data manipulation and analysis. It provides data structures like Series and DataFrame, making it easier to work with large datasets, perform cleaning, and conduct complex data operations.

  • How does Pandas handle data structures?

    -Pandas handles data structures primarily through Series (one-dimensional data) and DataFrames (two-dimensional data). These structures allow for flexible and efficient data manipulation.

  • What are some common tasks a Data Scientist performs?

    -Common tasks include data cleaning, data visualization, statistical analysis, predictive modeling, and using machine learning algorithms to extract insights and make predictions based on data.

  • Why is data visualization important in data analysis?

    -Data visualization is important because it helps to represent complex data in a graphical format, making it easier to understand trends, patterns, and insights, which aids in decision-making.

  • How do you install the Pandas library in Python?

    -You can install the Pandas library in Python using the pip package manager by running the command `pip install pandas` in the command prompt or terminal.

  • What is the significance of cleaning data in the data analysis process?

    -Cleaning data is crucial because it ensures that the data is accurate, complete, and free of errors or inconsistencies. Clean data leads to more reliable and valid analysis results.

  • What types of files can Pandas work with?

    -Pandas can work with various file formats including CSV, Excel, JSON, and SQL databases, allowing for versatile data handling and analysis across different data sources.

Outlines

00:00

🤓 Understanding Data Scientists and Their Roles

This paragraph introduces the concept of data science and its significance in today's world. It explains who data scientists are and their key responsibilities, including data analysis, visualization, and handling large amounts of data. The speaker, Gaurav Prajapat, welcomes the audience and discusses various aspects of data analysis using Python and the importance of libraries like Pandas. The paragraph emphasizes the importance of data scientists in analyzing and extracting useful data from raw datasets.

05:01

📊 The Role of Pandas Library in Data Science

This section delves into the importance of the Pandas library in data science. It explains how Pandas is essential for data modification, extraction, and visualization. The speaker highlights the library's capability to handle large datasets efficiently and why it is preferred over traditional methods like Excel. The paragraph outlines the basic functionalities of Pandas, its ease of use, and the necessity of learning it for anyone interested in machine learning or data science.

10:02

🔢 Data Structures in Pandas and Their Importance

The final paragraph explores the various data structures within Pandas, such as Series, DataFrame, and Panel. It discusses how these structures are used for different types of data storage and manipulation. The speaker provides a step-by-step guide on installing Pandas and emphasizes its reliability and efficiency in handling and cleaning data. The paragraph concludes by reiterating the importance of Pandas for anyone pursuing data science or machine learning, encouraging viewers to subscribe for more informative videos.

Mindmap

Keywords

💡Data Scientist

A data scientist is a professional who utilizes scientific and statistical methods to extract insights from structured and unstructured data. In the video, the role of a data scientist is central to the theme, as they are depicted as individuals who analyze and interpret complex data sets to make informed decisions. The script mentions the importance of data scientists in various fields, emphasizing their ability to visualize and process data.

💡Data Analysis

Data analysis refers to the process of inspecting, cleaning, transforming, and modeling data to extract useful information, draw conclusions, and support decision-making. The script discusses data analysis in the context of a data scientist's responsibilities, highlighting activities such as data cleaning, transformation, and visualization, which are essential for uncovering patterns and trends within data sets.

💡Data Visualization

Data visualization is the graphical representation of information and data, which helps to analyze and communicate data effectively. The script mentions data visualization as a key aspect of data science, where complex data is transformed into visual formats like graphs and charts, making it easier for the audience to understand patterns and insights within the data.

💡Python

Python is a high-level programming language known for its readability and versatility, widely used in data science for scripting and automation. The script refers to Python as a tool for data scientists to perform various tasks such as data analysis, manipulation, and visualization, underscoring its importance in the field of data science.

💡Pandas

Pandas is a Python library used for data manipulation and analysis. It provides data structures and functions needed to work with structured data, such as tables and time series. The script discusses Pandas as an essential library for data scientists to handle data efficiently, mentioning its role in tasks like data cleaning and transformation.

💡Data Cleaning

Data cleaning is the process of detecting and correcting (or removing) errors, inconsistencies, and inaccuracies in a data set to improve its quality. In the script, data cleaning is highlighted as a crucial step in the data analysis process, where data scientists ensure the accuracy and reliability of the data before further analysis.

💡Data Modeling

Data modeling is the process of creating a representation of a system or process using data. It involves creating models that can help understand the data and make predictions. The script touches on data modeling as part of the data scientist's toolkit, where models are built to analyze trends and make future predictions based on existing data.

💡Data Structures

Data structures are specialized formats for organizing, storing, and manipulating data. They play a critical role in programming and data science for optimizing the way data is accessed and processed. The script mentions data structures in the context of Pandas, where different types of data structures like tables and time series are used to handle and analyze data effectively.

💡Machine Learning

Machine learning is a subset of artificial intelligence that provides systems the ability to learn and improve from experience without being explicitly programmed. The script alludes to machine learning as an advanced aspect of data science, where algorithms are trained on data sets to make predictions or decisions without human intervention.

💡Data Integrity

Data integrity refers to the accuracy and consistency of data over its entire lifecycle. It ensures that data is reliable and trustworthy. In the script, data integrity is discussed as a key concern for data scientists, who must ensure that the data they work with is accurate and free from errors, which is vital for making informed decisions.

Highlights

The video introduces the importance of data science, emphasizing that it is a highly relevant and popular field today.

Data scientists are professionals who handle large amounts of data, clean it, analyze it, and extract useful insights.

Data scientists work with various types of data, including user data from platforms like Facebook, Instagram, and WhatsApp.

The process of data analysis involves cleaning the data, filtering out irrelevant information, and using tools like Python libraries for analysis.

Pandas, a Python library, is highlighted as an essential tool for data handling, offering functionalities like data cleaning, modification, and visualization.

The video covers the installation of Pandas using pip and demonstrates how to import it into a Python environment.

Data visualization is an important aspect of data science, helping to present data insights in an easily understandable graphical format.

The video discusses the structure of data in Pandas, including Series (1D data) and DataFrames (2D data), which are crucial for organizing and analyzing data.

Data scientists often work with large datasets, requiring tools like Pandas to efficiently manage and manipulate this data.

The importance of understanding Pandas for anyone pursuing data science or machine learning is emphasized.

Pandas is versatile and can work with various file formats like CSV, Excel, and text files, making it a powerful tool for data manipulation.

The video highlights that data analysis with Pandas allows for easy filtering, joining of multiple datasets, and data modification.

There is a discussion about the importance of data visualization, with tools in Pandas allowing for the creation of graphs and other visual representations.

The video explains the necessity of data cleaning before analysis, as raw data often contains irrelevant or erroneous information.

For aspiring data scientists, learning Pandas is presented as a critical step in mastering data science and machine learning.

Transcripts

play00:00

कि डाटा साइंटिस्ट किसे कहते हैं डायलिसिस

play00:02

क्या होता है और डिजिट का विश्लेषण कैसे

play00:05

कर सकते हैं यह सारे टॉपिक आज के टाइम में

play00:09

बहुत इंपोर्टेंट टॉपिक है कि आज कल आप

play00:12

कहीं पर भी जाएंगे डाटा साइंटिस्ट का नाम

play00:14

बहुत अच्छा होंगे कि यह जो पर्सन है वह

play00:16

डाटा साइंटिस्ट है यह डाटा कोई मैसेज करता

play00:19

है यह डाटा विजुलाइजेशन करता है यह साइड

play00:21

टॉपिक आज की बहुत ही पॉपुलर टॉपिक्स हो

play00:24

चुके हैं तो इन्हें टॉपिक के ऊपर आपके

play00:26

दिमाग पर बहुत सारे क्वेश्चंस करने वालों

play00:28

में तो इन क्वेश्चन का आंसर मैं आज आपको

play00:31

इस पिछली वीडियो के जरिए आपको देने वाला

play00:33

हूं कि डाटा एड्रेस क्या है

play00:36

कि

play00:39

मैं गौरव प्रजापत आप सभी का स्वागत करता

play00:42

हूं व्यस्कों टैग है जहां पर आज हम बात

play00:45

करेंगे डाटा इन लेस इसके बारे में

play00:46

डिस्टेंट प्लेसिस क्या होता है और पाइथन

play00:49

के जरिए हम डिस्टेंट प्लेसिस कैसे कर सकते

play00:51

हैं और इसके साथ-साथ हम यहां पर पांडा के

play00:55

बारे में समझिए कि पांडव क्या होता है और

play00:58

क्यों पढ़ना जरूरी है और डिनर SMS का

play01:00

कितना रूल है वह स्तरीय डिस्को करेंगे तो

play01:03

देखिए सबसे पहले मैं बात करता हूं

play01:04

डायलिसिस क्या होता है तो देखिए आज के

play01:07

टाइम में आपके पास बहुत ही लार्ड माउंट के

play01:10

अंदर डाटा होता है आप चाहे किसी का भी

play01:12

लीजिए यदि आप एक स्टूडेंट है तो स्टूडेंट

play01:16

के अंदर क्या होता है कि स्टूडेंट्स का

play01:18

अपना खुद का एक टीका होता है जस्ट मैं बात

play01:21

करना चाहो यहां पर की दूरियां कॉलेज में

play01:23

पढ़ रहे हैं जो कॉलेज के अंदर यह सिर्फ वह

play01:25

स्टूडेंट है तो उन फेज़ का अलग टाइप काटा

play01:28

है जिसका नाम का नियम है फादर नेम है डेट

play01:31

ऑफ बर्थ है नंबर से एडम्स के हर यह की

play01:35

मार्कशीट के नंबर्स है और यह सारा आपके

play01:38

पास क्या है एक यूजर डाटा है जो कि आपके

play01:41

कहीं ना कहीं एक बहुत ही इंपोर्टेंट करता

play01:43

है एक ओर मृत्यु जैसे कि आपका Facebook

play01:46

मान लीजिए Instagram लिए व्हाट्सएप मान

play01:48

लीजिए इनका खुद का अपने पास क्या होता है

play01:51

एक डाटा सर्वर होता है जिसके अंदर आपका

play01:54

ट्यूब डीटॉक्स है आप जो भी अब एक्टिविटीज

play01:56

करते हैं वह सारा डाटा के होता है उसके

play01:59

अंदर जाकर स्टोर जाता है अब यह जो बहुत

play02:01

ज्यादा डाटा आ चुका है तो वह डाटा का करते

play02:03

क्या है क्योंकि आज के टाइम बट आप बहुत

play02:05

इंपोर्टेंट चीज है डाटा से आपके पास सारे

play02:08

छोटे से छोटा काम आप उसे कर सकते हैं अब

play02:10

देखिए यह छोटा आपके पास बैक खट्टा हुआ है

play02:12

इस डाटा को आप क्या करते हैं एड्रेस करते

play02:16

हैं एड्रेस करने का मतलब क्या हुआ कि उसमे

play02:18

से जूस फूल डाटा है और जो आपके पास उस

play02:22

डेटा के अंदर कुछ चीजें मीटिंग है वह सभी

play02:25

को आप चैक करते हैं हैंडल करते हैं हैंडल

play02:28

करके उसमें से जुलूस फूल डाटा है उसको आप

play02:30

कलेक्ट करते हैं और कलेक्ट करने के बाद

play02:32

आपको जो भी उसके साथ वर्क प्रॉसेस करवाना

play02:35

है आप उसके साथ हैं व्रत उपवास करते हैं

play02:38

तो यह सारा कुछ प्रोसेस होता है डेनियल

play02:41

क्रिस्टियन और यह जो आपके पास व करता है

play02:44

उसे हम डाटा साइंटिस्ट बोलते हैं तो आपके

play02:47

पास पूरा एड्रेस करना और उस आपके जो रॉ

play02:50

डाटा है उस रोटा से यूज फूल डाटा को निकाल

play02:54

कर लेकर आना यह पूरा जो काम करता है जो

play02:56

पर्सन व करता है वह आपके अवतार है डाटा

play02:59

साइंटिस्ट है तो बेसिकली बात क्रेडिट

play03:01

बैलेंस का ही प्रॉसेस है एक आप इससे इसके

play03:04

अंदर आप क्या करते हैं डाटा को क्लीनिंग

play03:06

करते हैं आपके करते हैं जो यूज्ड यूज

play03:08

निकालते हैं ट्रांसफर करते हैं मॉडलिंग

play03:10

करते हैं आपके पास उसका विजुलाइजेशन करते

play03:13

हैं यह सारा व्याख्याता है डाटा नरिश करता

play03:16

है अपडेटर लेस इसके अंदर आप दो तरह से

play03:18

डिटेल मैसेज करते हैं पहला रिटर्न लेस है

play03:21

जिसके अंदर अपडेटर को विजुलाइजेशन करते

play03:23

हैं डाटा को देखते हैं कि यह जो हमारा

play03:26

यूज्ड ऑयल डाटा है यह डाटा हमें दिखता

play03:28

जैसा आगरा से कंफर्म कर दें क्योंकि आज के

play03:30

टाइम के द यदि मैं आपको यह मूवी दिखा हूं

play03:33

और एक कहानी सुनाओ तो आप मूवी में ज्यादा

play03:36

इंटरेस्ट रेट है कि मूवी क्या होती है आप

play03:38

यहां से जुड़े विभिन्न पिक्चर्स होती है

play03:40

जिसके अंदर आप उसे आसानी से देख सकते हैं

play03:42

और इंट्रस्ट के साथ समझते भी है तो जुटा

play03:45

होता है वह डाटा को भी हम दो तरीके से

play03:47

देखते हैं एक तो डाटा आपके पास विजुअलाइज

play03:50

ऐसा होता है कि ने लाइसेंस होता है डाटा

play03:52

विजुलाइजेशन के अंदर आप क्या करते हैं

play03:54

ग्राहक बनाते हैं आप चीजों को क्या करते

play03:56

हैं ग्राफिकली रिप्रजेंट करने की कोशिश

play03:58

करें जिससे आप यूज होता है आपको बहुत

play04:00

अच्छे ढंग से चाहिए समझ में आती है यदि आप

play04:03

उसी समय इंट्रस्ट भी नहीं ले रहे हैं उसके

play04:05

पास मौजूद भी आप उसको समझ पाएंगे लेकिन

play04:08

डाटा वह आपके पास एनालाइसिस की बात करें

play04:10

डाटा के आप यहां पर कैलकुलेशन की बात करें

play04:13

मैं हूं प्रिंस की बात करें तो उस मैं

play04:14

आपके पास क्या करते हैं उसके अंदर जितना

play04:16

भी प्रोसेस होता है डाटा से रिलेटिड वह आप

play04:19

काम करते हैं जैसे कि मैंने आपको बताया कि

play04:21

आपके पास सबसे पहले एक ड्रॉप टेस्ट आता है

play04:23

रोडवेज का लगा हुआ क्या कुछ भी डेटा है

play04:26

उसमें से डाटा को आपको क्या करना है

play04:28

प्यूरीफायर करना है क्लीनिंग करना है तो

play04:30

वह सारा काम आपको करना पड़ता है तो वह

play04:32

डिपेंड लेफ्ट साइड है पार्ट है अब डाटा ऐड

play04:35

करने के लिए मैंने कौन-कौन सी लाइब्रेज की

play04:38

जरूरत पड़ती है फाइटिंग अंदर तो उसको जरूर

play04:41

देखेंगे यहां पर तो यह आपके पास कुछ यूज

play04:43

स्कूल लाइब्रेरी है जो आपके पास कैरेट यह

play04:46

वाइट विनेगर बहुत इंपोर्टेंट रोल करती है

play04:48

जो आप अपडेट अमेज़न यूज करते हैं DJ

play04:50

साइंटिस्ट जो है वह पायलट इसका यूज करते

play04:53

हैं जिसके लिए सबसे पहले आता है नंबर आए

play04:55

आपके पास होता है स्टीव मॉडल नेट

play04:58

प्लेटलेट्स साहेब पाए सिटीजन पांडव

play05:01

सेंसिबल यह क्या कुछ इंपॉर्टेंट राधे-राधे

play05:04

की कुर्सी की बात करें तो यह क्रश दो ऐसी

play05:08

चीज है जिससे से विजुलाइजेशन कर सकते हैं

play05:11

बहुत अच्छे से पांडेय राघवेंद्र

play05:14

सकते हैं कर सकते हैं मोडिफाइड कर सकते

play05:18

हैं उसको यहां पर आप देख सकते हैं कि यह

play05:20

कर सकते हैं यह कर सकते हैं

play05:23

तो यह जो लाइब्रेरी लाइब्रेरी के बारे में

play05:28

हम यहां पर करेंगे लेकिन आज हम

play05:35

आपके लिए जो ऐसे मोस्ट इंपॉर्टेंट लाइव आप

play05:39

चाहे मशीन लड़ने की तरफ आगे बढ़े या डाटा

play05:42

साइंस के ऊपर आगे बढ़े तो इसके लिए जो

play05:44

मोस्ट इंपॉर्टेंट लाइब्ररी है वह है आपके

play05:47

पास पांडाल साइड पांडव के जरिए आप क्या कर

play05:50

सकते हैं जो भी आपका डाटा आया है उस डाटा

play05:52

को आप यह कर सकते हैं मॉडिफिकेशन दे सकते

play05:55

हैं यूज्ड ऑयल है उसको निकाल सकते हैं तो

play05:58

बेसिकली बात करेंगे आज हम यहां पर यह

play06:00

पांडा क्या होता है और इसका पैटर्न के

play06:02

अंदर कैसे रूल है कैसे हम यहां पर चाहिए

play06:04

डिस्को करता है यह सारी देंगे लेकिन इससे

play06:07

पहले हम आंकड़ा देते हैं अब तो सबसे पहले

play06:10

हम यहां पर बात करेंगे व्हाट इज पांडा

play06:12

पांडा क्या है बिग पांडा 2 हमारे पास एक

play06:15

एनिमल्स होता है जैसा कि आखिर है क्या वही

play06:18

पांडव बढ़ने वाले हैं उसी के डिस्क्रिप्शन

play06:19

है नहीं यहां पर वह नहीं होने वाला है हम

play06:22

पाइथन के अंदर पांडे करेंगी आइटम में

play06:24

पांडा होता क्या है कि मैं जरूर पड़ रही

play06:26

है यह सारी चीजें कर देंगे उसके बाद हम

play06:29

बात करेंगे पांडव वंश दशक के बारे में की

play06:32

लिखी एक्सेल गंदे जब हमारा काम हो जाता है

play06:34

तो हम पांडा के ऊपर क्यों कर रहे हैं

play06:36

क्यों जरूरी है यह सारी के लिए उसके बाद

play06:38

हम इसे पांडेय शिक्षक रहेंगे कौन-कौन से

play06:41

डाटा स्ट्रक्चर है और सबसे इंपोर्टेंट चीज

play06:44

की पांडा को हम इंस्टॉल कैसे करेंगे और

play06:47

इसके साथ इनपुट कैसे करेंगे यह हमारी

play06:50

इंपोर्टेंट है और उसके बाद हम देखेंगे कि

play06:52

इंपॉर्टेंस है पांडा पांडा की पैटर्न के

play06:54

अंदर क्यों हमें जरूर रही है यह साइज बारे

play06:57

में आज हम यहां पर वन बाय वन देखने वाले

play07:00

हैं तो अब स्कूलों में बात करना चाहूंगा

play07:02

पांडा क्या है कि पांडेय आपके पास क्या है

play07:05

एक लाइव भी है जो कि आपके पास करती है

play07:07

डाटा हैंडलिंग करने का मुद्दा

play07:09

क्लेरिफिकेशन का काम करती है

play07:11

डिटॉक्सिफिकेशन का काम करती है अब कुछ भी

play07:13

हो लीजिए आप जब भी लार्ज अमाउंट आफ

play07:15

Twitter आपके पास आता है तो उस दाखिला इस

play07:19

इससे रिलेटिड जो भी आपको व करना है बहुत

play07:22

ही ज्यादा इजी तरीके से डाटा एनालिसिस

play07:24

करना है तो उसके लिए आप यहां पर क्या करते

play07:27

हैं पावडर का यूज करते हैं और के पांडा

play07:29

जैसे नंबर हमारा सिलाई होती है मेट्रोलिंक

play07:31

लाइव दी है उसी तरह से पांडा भी आपके पास

play07:34

क्या है ए लाइवली है जो डिवेलप स्किल्स आ

play07:36

जाती है और इसके साथ यदि आपकी जो पांडा है

play07:40

वह पांडा आपके पास क्या करता है सीएसवी

play07:42

फाइल के साथ काम करता है एक्सरसाइज के साथ

play07:43

में काम कर लेता है टेक्सटाइल के साथ में

play07:46

काम कर लेता है तो आप किसी भी फॉर्मेट की

play07:48

फाइल लेकर आ रहे हैं इनमें से तो उनके साथ

play07:51

पांडा कर सकता है पर कर सकता है उससे डाटा

play07:53

आपके पास गेट करेगा गेट करने के बाद आप उस

play07:56

डेटा के साथ कुछ गिफ्ट चेंजेस करना चाहे

play07:59

तो वह आप इसे चेंजेस कर सकते हैं इन बैंक

play08:02

आपके कर सकते हैं उसका यूज कर सकते हैं तो

play08:04

इसलिए हम क्या करते हैं पावडर यूज करते

play08:06

हैं अब देखिए हम पांडेय को यूज क्योंकि है

play08:08

जैसे कि यदि हम सीएसपीआई के साथ काम कर

play08:11

रहे हैं और एक्सेल फाइल के साथ काम कर रहे

play08:12

हैं तो क्यों ना डायरेक्ट एक्सल फाइल के

play08:14

साथ ही व कर लें और क्यों हमें पांडे की

play08:16

जरूरत पड़ेगी क्यों पांडेय मालिकान कीजिए

play08:18

तो देखिए जब भी मैं बात करता हूं एक्सल

play08:21

फाइल्स रिलेटेड जैसे यहां पर आपको दिखाओ

play08:23

पिक्चर कर दी यह हमारी एक्सेल शीट है इस

play08:25

एक्सरसाइज करने जब भी मैं काम करता हूं तो

play08:27

बेसिक जो अपलोड नहीं आती है कि यह डाटा को

play08:30

आपके पास यहां पर फिल्टर का काम नहीं करती

play08:33

है और यदि आप यह डिवाइस किधर फील्डर करने

play08:35

भी जाएंगे तो वह क्या आपके पास इसको स्लो

play08:37

प्रोसेस होगा बहुत ज्यादा खूबसूरत अदरक यह

play08:40

एक लिमिटेड जैसे मैं आपको

play08:43

यहां पर तो उस वक्त आपके पास एक

play08:47

बहुत ही कर सकते हैं लेकिन यह मैं यहां पर

play08:52

कि आपके पास

play08:55

करने के

play08:57

लिए आपके पास

play09:00

हो जाता है तो उसके लिए आप यूज करते हैं

play09:04

तो आप इस

play09:07

घृणित आप यहां पर डाल कर सकें जैसे यहां

play09:11

पर

play09:13

घ्रां घ्रीं

play09:20

कुछ भी आ सकता है लेकिन

play09:23

स्कूल बट यहां पर आप उसमें से निकलना

play09:28

चाहिए तो उसके लिए आपको डाटा और क्लियर

play09:31

क्लियर करना है आपको तो उसके लिए

play09:37

पिंपरी पांडेय के अंदर आपके पास बहुत सारे

play09:40

ऐसे से फंक्शंस लेबल है जिससे आपके कर

play09:43

सकते हैं डाटा को आप बहुत ही इजी तरीके से

play09:46

आप उसे गिरफ्तार कर सकेंगे इस पर वर्क

play09:49

नहीं करते हैं पांडे की ओर जाते हैं और

play09:52

पांडेय के लिए आपके पास पाइथन का आना बहुत

play09:54

जरूरी है कि फायदा आपके पास पाइक एक लाइव

play09:57

जिससे आपके करते हैं यूज करते हैं अब

play10:00

देखिए पांडेय की बात करूं तो पांडा आपके

play10:02

पास क्या होता है पांडे जो है वह आपके मन

play10:05

फील करता है यह तो अब देखिए हम यहां पर

play10:08

बात करते हैं कि पांडा के अंदर डाटा

play10:09

स्ट्रक्चर क्या होता है मतलब क्या होता है

play10:11

डाटा स्ट्रक्चर पांडा के अंदर किस-किस चीज

play10:13

से ढूंढ सकते हैं तो पांडेय का स्तर इस

play10:16

तरह के डाटा स्ट्रक्चर लेता है पहला आपके

play10:18

पास है सृष्टि चक्र जो कि वन डाइमेंशनल एक

play10:21

आपके पास ऐसी घर बात कर लीजिए उसकी तरह

play10:24

काम करता है जैसे यहां पर आप देख रहे हैं

play10:25

यह अंदर कि आपके पास एक शरीर दोस्ती इससे

play10:28

आपका फ्री होती है डिफरेंट होता है तो यह

play10:31

कैसे होता है डेफिनेशन डाटा स्ट्रक्चर

play10:33

होता है जिसके लिए का शुरू एंड कॉलम्स

play10:35

मिलकर द आप चाहे सऊदी शरीर को मिलाकर एक

play10:38

डेटाफ्रेम तैयार कर सकते हैं तीसरा आपके

play10:41

पास होता है पैनल आपके पास करता है यहां

play10:43

पर आपका जो 3G डाटा है फिर भी आपका जब भी

play10:46

डेटा स्टोर करना है तो उस समय आप क्या

play10:49

करते हैं यहां पर पैनल का यूज करते हैं तो

play10:51

यह अपना तीन रेपिड टेस्ट है जिनके बारे

play10:53

में हम 151 बहुत ही बटन से डिस्को करेंगे

play10:56

पांडे को कैसे करना है स्विफ्ट के साथ

play10:59

कैसे व करना है यह सारी चीजों के बारे में

play11:01

हम बहुत ही सर्टेन से डिस्कस करने वाले

play11:03

हैं अब देखिए हम पांडे को कैसे इंस्टॉल कर

play11:06

सकते हैं अपने सिस्टम के अंदर और इंपोर्ट

play11:08

करने का तरीका क्या है वही लेता है तो

play11:10

देखिए इंस्टॉल करने के लिए आपको पिप

play11:12

इंस्टॉल पांडव सेना पड़ेगा तो मैं आपको

play11:14

क्या करना है आपको ससुर है आप यहां पर

play11:16

सिस्टम में जाइए कमांडरों को ओपन कीजिए तो

play11:19

यहां पर मैं रहता हूं सीएमडी कमांड

play11:21

प्रांप्ट गया हमारे पास इस कमांडरों के

play11:23

आने के बाद आप यहां पर लिखित टिप्स टॉक यह

play11:26

जो आपने लिखा है यहां पर एक पिन इंस्टॉल

play11:29

और उसके बाद लिखना है आपको पांडव देखना है

play11:32

और एंटर कर देना है तो इस तरह से आप जिस

play11:34

सिस्टम है उसको आपने पानी डालेंगे अभी

play11:37

हमारे सिस्टम ज्यादा आलरेडी पांडा है तो

play11:39

इसलिए यहां पर आलरेडी सेटिस्फेक्शन यहां

play11:41

पर गारंटी अधिकार है लेकिन यदि आपके अंदर

play11:44

से संबंध नहीं है तो आप क्या करेंगे इसे

play11:46

यहां पर इसे इंस्टॉल कर सकते हैं उसके बाद

play11:49

जौगा रखना है इंपोर्ट पांडा s.p.d. आपको

play11:53

लगाना है इस तरह से आप लगा सकते

play11:54

पांडुकेश्वर कर सकते हैं अपार्टमेंट पांडे

play11:57

है वह बहुत सारी फंक्शंस है जिसके थ्रू हम

play11:59

डाटा को लाइक करना सीखेंगे तो अब देखिए

play12:02

यहां पर इंपोर्टेंट जिम्मेदारी क्यों

play12:04

पांडेय कि हमारी जरूरत है क्यों हम दूसरी

play12:07

चीजों को यूज नहीं कर रहे हैं तो जब भी आप

play12:09

हां स्लाइड देता है और आपको बिग डाटा करने

play12:11

व करना है डाटा साइंटिस्ट बनना है बेटा

play12:14

प्लस करना है तो उसके लिए पांडा के लिए

play12:17

बहुत दिन बढ़ा दी जाए कि यहां पर घातक

play12:19

पेसिफिक ज्योति है वह लाई जाती है अब

play12:23

स्किन बहुत ही ढंग से कर पाते

play12:27

यही चीज हम देखेंगे तो यह है कि जब भी

play12:32

आपको एक बनाते

play12:35

हुए थे कि आपके पास कोई भी ब्लैक डाटा

play12:38

नहीं रख सकते लेकिन यह जीरा पाउडर करेंगे

play12:41

तो यह पांडा के अंदर आकाश को इंग्लैंड के

play12:43

डाटा के पास जाता है तो उसे भी आप मॉडिफाई

play12:46

कर सकते हैं तो यह अपने बहुत सारी

play12:48

फैसिलिटीज रहती है इसके साथ-साथ आपके पास

play12:50

यहां पर का होता है यह इजी होता है आपका

play12:52

रिलायबल होता है आप केवल मार्कर क्लीनिंग

play12:54

करने में बहुत ही इजी है और इसके साथ-साथ

play12:56

बात करें यह जो होता है मीटिंग डाटा को भी

play12:59

कंट्रोल करता है कुछ डाटा यदि आपने लिखे

play13:01

ऐसे बीच में से कोई मैच हो गया तो उसको भी

play13:03

आप तय करेगा हैंडल हो जाएगा इसके साथ-साथ

play13:05

यह आप बात करें इसका इससे रिलेटिड तो उस

play13:08

साइड को आप इसके अंदर इनक्रीस कर सकते हैं

play13:10

जिससे कि आप इसमें एडिट फिल्म बनाए एक

play13:13

बनेंगे आप उसे एक्टिवेट कर ने बार-बार

play13:15

नहीं जाना है आपको डी ओपन करते हुए जाना

play13:18

है तो आप फैशन पावडर का यूज करते हुए आप

play13:20

उसका डाटा कुंजर कर सकते हैं आप चाहें तो

play13:23

इसमें कोई डेट को डिलीट करना तो वह कि जब

play13:24

भी आप यहां पर कर सकते हैं और इसके

play13:27

साथ-साथ यह आप दो तीन जीरा सेट को एक साथ

play13:29

ज्वाइन करना चाहते हैं तो वह भी फंक्शन अट

play13:32

यह कैसी होती है तो के बेसिकली बात करें

play13:34

यदि आप डांस क्लास जाना चाहिए मशीन

play13:37

लर्निंग टो प्रमोट कर रहे हैं तो आपको

play13:39

पांडा जाना बहुत जरूरी है चलिए यहां पर कि

play13:44

क्या होता है और वीडियो के अंदर हम यहां

play13:48

पर स्टार्ट करेंगे इसे सब्सक्राइब करें

play13:54

तो आपको और बहुत डिफरेंट

play14:04

सब्सक्राइब चैनल को

play14:11

सब्सक्राइब करना भी हम यहां पर

play14:16

हम पूरी पर डिस्को तो फिर मिलते हैं अगले

play14:20

वीडियो में

play14:25

[प्रशंसा]

play14:28

हुआ है

play14:29

[संगीत]

play14:31

कि अ

play14:38

[संगीत]

play14:43

कर दो

Rate This

5.0 / 5 (0 votes)

関連タグ
Data SciencePython ProgrammingPandas LibraryData AnalysisData VisualizationMachine LearningBig DataData HandlingData CleaningTech Tutorials
英語で要約が必要ですか?