[Packt] Data Wrangling with Python 3.x [FCO]

seeders: 24
leechers: 11
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 294
  • Language: English

Files

[FreeCoursesOnline.Me] [Packt] Data Wrangling with Python 3.x [FCO] 01.Gathering and Parsing Data
  • 0101.The Course Overview.mp4 (30.8 MB)
  • 0102.Installing Anaconda Navigator on WindowsLinux.mp4 (53.5 MB)
  • 0103.Importing and Parsing CSV in Python.mp4 (28.5 MB)
  • 0104.Importing and Parsing JSON in Python.mp4 (22.8 MB)
  • 0105.Scraping Data from Public Web – Part 1.mp4 (20.9 MB)
  • 0106.Scraping Data from Public Web – Part 2.mp4 (49.4 MB)
02.Working with Data from Excel and PDF Files
  • 0201.Importing and Parsing Excel Files – Part 1.mp4 (20.3 MB)
  • 0202.Importing and Parsing Excel Files – Part 2.mp4 (205.7 MB)
  • 0203.Manipulating PDF Files in Python – Part 1.mp4 (125.3 MB)
  • 0204.Manipulating PDF Files in Python – Part 2.mp4 (126.7 MB)
03.Storing Data in Persistent Storage
  • 0301.Difference between Relational and Non-Relational Databases.mp4 (14.7 MB)
  • 0302.Storing Data in SQLite Databases.mp4 (33.4 MB)
  • 0303.Storing Data in MongoDB.mp4 (25.2 MB)
  • 0304.Storing Data in Elasticsearch.mp4 (27.5 MB)
  • 0305.Comparative Study of Databases for Storage.mp4 (5.0 MB)
04.Cleaning Structured Data
  • 0401.The Most Important Step in Data Analysis.mp4 (11.9 MB)
  • 0402.ViewingInspecting DataFrames.mp4 (26.0 MB)
  • 0403.RenamingAddingRemoving the DataFrame Columns.mp4 (26.7 MB)
  • 0404.Dropping Duplicate Rows.mp4 (26.2 MB)
  • 0405.Indexing DataFrame to Retrieve Specific Columns and Rows.mp4 (28.2 MB)
  • 0406.MergingConcatenatingJoining DataFrames.mp4 (31.5 MB)
  • 0407.Dealing with Missing Values.mp4 (33.6 MB)
05.More Data Cleaning and Transformation
  • 0501.Filtering and Sorting of DataFrame.mp4 (25.9 MB)
  • 0502.EncodingMapping Existing Values – Part 1.mp4 (23.5 MB)
  • 0503.EncodingMapping Existing Values – Part 2.mp4 (18.8 MB)
  • 0504.RescaleStandardize Column Values.mp4 (29.4 MB)
  • 0505.Common Cleaning Operations.mp4 (27.8 MB)
  • 0506.Exporting Datasets for Future Use.mp4 (22.1 MB)
06.Performing Statistical Analysis
  • 0601.Different Uses of Packages (Pandas, NumPy, SciPy, and Matplotlib).mp4 (3.1 MB)
  • 0602.Types of Column NamesFeaturesAttributes in Structured Data.mp4 (4.4 MB)
  • 0603.Split-Apply-Combine (Performing Group By Operation).mp4 (24.4 MB)
  • 0604.Descriptive Statistics Using Python – Part 1.mp4 (23.0 MB)
  • 0605.Descriptive Statistics Using Python – Part 2.mp4 (22.3 MB)
07.Let the Visualizations Tell the Story
  • 0701.Using Visualizations.mp4 (3.8 MB)
  • 0702.Cool Visualization of Real-World Datasets of World Population Evolution.mp4 (7.1 MB)
  • 0703.Visualizations in Python – Part 1.mp4 (26.3 MB)
  • 0704.Visualizations in Python – Part 2.mp4 (95.7 MB)
  • 0705.Exploring an Online Visualization Tool (RAWGraphs).mp4 (36.7 MB)
Exercise Files
  • exercise_files.zip (966.1 KB)
  • Discuss.FreeTutorials.Eu.html (31.3 KB)
  • FreeCoursesOnline.Me.html (108.3 KB)
  • FreeTutorials.Eu.html (102.2 KB)
  • How you can help Team-FTU.txt (0.3 KB)
  • [TGx]Downloaded from torrentgalaxy.org.txt (0.5 KB)
  • Torrent Downloaded From GloDls.to.txt (0.1 KB)

Description



By : Jamshaid Sohail
Released : Thursday, January 31, 2019 New Release!
Torrent Contains : 45 Files, 8 Folders
Course Source : https://www.packtpub.com/application-development/data-wrangling-python-3x-video

Learn the data life cycle—from acquisition to processing to analysis—in Python

Video Details

ISBN 9781789956597
Course Length 3 hour 35 minutes

Table of Contents

• GATHERING AND PARSING DATA
• WORKING WITH DATA FROM EXCEL AND PDF FILES
• STORING DATA IN PERSISTENT STORAGE
• CLEANING STRUCTURED DATA
• MORE DATA CLEANING AND TRANSFORMATION
• PERFORMING STATISTICAL ANALYSIS
• LET THE VISUALIZATIONS TELL THE STORY

Video Description

You might be working in an organization, or have your own business, where data is being generated continuously (structured or unstructured) and you are looking to develop your skillset so you can jump into the field of Data Science. This hands-on guide shows programmers how to process information.

In this course, you will gather data, prepare data for analysis, perform simple statistical analyses, create meaningful data visualizations, and more! This course will equip us with the tools and technologies, also we need to analyze the datasets using Python so that we can confidently jump into the field and enhance our skill set. The best part of this course is the takeaway code templates generated using the real-life dataset.

Towards the end of the course, we will build an intuitive understanding of all the aspects available in Python for Data Wrangling.

All codes and supporting files are placed on GitHub at this link: https://github.com/PacktPublishing/-Data-Wrangling-with-Python-3.x

Style and Approach

This hands-on course demonstrates concepts via slides, to make sure they're explained in simple ways. Throughout the course, we will be using datasets downloaded from the UCI Machine Learning Repository and various sources on the public web for conceptual practical intuition.

In every section, we will be looking into the theoretical concepts related to the section and then jump on practical examples using the number one IDE for Data Science i.e. Spyder IDE.

Each line of code will be explained in detail and the output will be instantly shown in the variable explorer of the IDE.

What You Will Learn

• Effectively pre-process data (structured or unstructured) before doing any analysis on the dataset.
• Retrieving data from different data sources (CSV, JSON, Excel, PDF) and parse them in Python to give them a meaningful shape.
• Learn about the amazing data storage places in an industry which are being highly optimized.
• Perform statistical analysis using in-built Python libraries.
• Hacks, tips, and techniques that will be invaluable throughout your Data Science career.

Authors

Jamshaid Sohail

Jamshaid Sohail is a Data Scientist who is highly passionate about Data Science, Machine learning, Deep Learning, big data, and other related fields. He spends his free time learning more about the field and learning to use its emerging tools and technologies. He is always looking for new ways to share his knowledge with other people and add value to other people's lives. He has also attended Cambridge University for a summer course in Computer Science where he studied under great professors and would like to impart this knowledge to others. He has extensive experience as a Data Scientist in a US-based company. In short, he would be extremely delighted to educate and share knowledge with, other people.

For More Udemy Free Courses >>> http://www.freetutorials.eu
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.freetutorials.eu/






Download torrent
1.3 GB
seeders:24
leechers:11
[Packt] Data Wrangling with Python 3.x [FCO]


Trackers

tracker name
https://tracker.fastdownload.xyz:443/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://open.stealth.si:80/announce
udp://hk1.opentracker.ga:6969/announce
udp://tracker.cyberia.is:6969/announce
https://opentracker.xyz:443/announce
https://t.quic.ws:443/announce
udp://9.rarbg.to:2710/announce
udp://tracker.opentrackr.org:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
1.3 GB
seeders:24
leechers:11
[Packt] Data Wrangling with Python 3.x [FCO]


Torrent hash: 61D11229A34F16C839B6BAD95B4AEF28019F26AC