
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
data analytics ऐसा process जिसमे हम collected data को clean, transform करके उसमे से meaningful insights, trands को निकलते है। जिनका use businesses, scientific research और technology में किया जाता है, जिससे batter decision making होती है।
Data : ये raw information होता है जो किसी भी form में हो सकता है structured या unstructured
Analytics Tools : ऐसे कई सारे tools है जिनके help से हम data को analyze कर सकते है, जैसे Python, Excel, SQL, Power BI
Insights : data को analyze करने से हमे जो meaningful information मिलता है उसे insights कहते है
Data Driven Decisions : insights का use करके business strategies या किसी और field में उसका use करना
Define the Problem : goal को clear करना की हम किसलिए data को analyze कर रहे है
Data Collection : हम जिस पproblem के लिए data analyze कर रहे है उससे relevant data को collect करना
Data Clearing : data में से error को remove करना missing values को fixed करना
Data Exploration : visualizations tool का use करके data को अच्छे से समझना
Data Analisis : analytical techniques का use करके data में से meaningful insights को निकालना
Technical Skills : आपको programming language Python or R, SQL के साथ data visualization tools जैसे Power BI, Excel आना चाहिए
Statistical Knowledge : आपको के पास math का knowledge खास तौर से statistics and probability अच्छे से आनी चाहिए
Critical Thinking : हमे meaningful insights से chart भी तैयार करना होता है जो दूसरों को अच्छे से समझ आ सके
Communication Skills : अपने insights को दूसरों के सामने present करने के लिए communication skill होना जरूरी है
आज के समय मे data analytics का use लगभग हर field मे हो रहा है जैसे Business, Helthcare, Finance, Retail, Sports, Reseach इन सब के पास ढेरों data होते है जिनमे से meaningful insights को निकाल जा सकता है.
Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods Python Tutorial Python Introduction Identation &...
Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers 2.1. Public Members 2.2. Protected Members...
Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...
Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...
Table of Contents All Chapters 1. Parameters and Aguments 2. Function Parameters 2.1. *args 2.2. **kwargs...
Table of Contents All Chapters 1. Context Manager 2. with Statement 2.1. __enter__() Method 2.2. __exit__()...
Table of Contents All Chapters 1. Error Handling 2. Types of Error 2.1. Syntax Error 2.2....
Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods 2.1. tell() Method 2.2....
Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...