Other
[FreeTutorials Us] [UDEMY] Data Processing with Python [FTU]
Torrent info
Name:[FreeTutorials Us] [UDEMY] Data Processing with Python [FTU]
Infohash: 54D3157B177CA6533F3DCF146BC17C597496158F
Total Size: 1.33 GB
Magnet: Magnet Download
Seeds: 1
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2022-12-21 21:15:51 (Update Now)
Torrent added: 2019-11-08 17:00:10
Torrent Files List
0. Websites you may like (Size: 1.33 GB) (Files: 148)
0. Websites you may like
0. (1Hack.Us) Premium Tutorials-Guides-Articles & Community based Forum.url
1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url
2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url
3. (NulledPremium.com) Download E-Learning, E-Books, Audio-Books, Comics, Articles and more... etc.url
4. (FTUApps.com) Download Cracked Developers Applications For Free.url
How you can help Team-FTU.txt
1. Getting Started
1. Installing Python and Python libraries.mp4
1. Installing Python and Python libraries.srt
1. Installing Python and Python libraries.vtt
2. Python editors - Spyder and iPython.mp4
2. Python editors - Spyder and iPython.srt
2. Python editors - Spyder and iPython.vtt
10. Putting everything together
1. User interaction.mp4
1. User interaction.srt
1. User interaction.vtt
2. Exercise User interaction.html
3. Exercise User interaction Solution.html
4. Practice No. 9 Polishing the Program, I.mp4
4. Practice No. 9 Polishing the Program, I.srt
4. Practice No. 9 Polishing the Program, I.vtt
5. Practice No. 10 Polishing the Program, II.mp4
5. Practice No. 10 Polishing the Program, II.srt
5. Practice No. 10 Polishing the Program, II.vtt
6. Practice No. 11 Creating Python Modules.mp4
6. Practice No. 11 Creating Python Modules.srt
6. Practice No. 11 Creating Python Modules.vtt
11. Bonus Section Using Python in Jupyter Notebooks to Boost Productivity
1. Getting started with Jupyter Notebooks.mp4
1. Getting started with Jupyter Notebooks.srt
1. Getting started with Jupyter Notebooks.vtt
2. Data cleaning project, Part I.mp4
2. Data cleaning project, Part I.srt
2. Data cleaning project, Part I.vtt
2.1 thefts_and_pop.xls.xls
3. Data cleaning project, Part II.mp4
3. Data cleaning project, Part II.srt
3. Data cleaning project, Part II.vtt
4. Bonus Lecture.html
2. Downloading Many Files with Python
1. Section introduction.mp4
1. Section introduction.srt
1. Section introduction.vtt
2. Navigating through FTP directory trees with Python.mp4
2. Navigating through FTP directory trees with Python.srt
2. Navigating through FTP directory trees with Python.vtt
3. Storing Python code.mp4
3. Storing Python code.srt
3. Storing Python code.vtt
4. Creating an FTP function.mp4
4. Creating an FTP function.srt
4. Creating an FTP function.vtt
5. Downloading an FTP file.mp4
5. Downloading an FTP file.srt
5. Downloading an FTP file.vtt
5.1 FtpPDFDownloader.py.py
6. About the next lecture.html
7. Practice No.1 Creating an FTP File Downloader.mp4
7. Practice No.1 Creating an FTP File Downloader.srt
7. Practice No.1 Creating an FTP File Downloader.vtt
7.1 Ftp Downloader.py
3. Extracting Data from Archive Files
1. Extracting ZIP, TAR, GZ and other archive file formats.mp4
1. Extracting ZIP, TAR, GZ and other archive file formats.srt
1. Extracting ZIP, TAR, GZ and other archive file formats.vtt
1.1 Four Files Inside Extract Me.zip
2. Extracting RAR files.mp4
2. Extracting RAR files.srt
2. Extracting RAR files.vtt
3. Practice No.2 Creating a Batch Archive Extractor.mp4
3. Practice No.2 Creating a Batch Archive Extractor.srt
3. Practice No.2 Creating a Batch Archive Extractor.vtt
3.1 Extractor.py
4. Working with TXT and CSV Files
1. Section introduction.mp4
1. Section introduction.srt
1. Section introduction.vtt
2. Reading delimited TXT and CSV files.mp4
2. Reading delimited TXT and CSV files.srt
2. Reading delimited TXT and CSV files.vtt
2.1 Comma Separated.txt
2.2 Space Separated.txt
3. Reading Excel files.html
4. Exporting data from Python to files.mp4
4. Exporting data from Python to files.srt
4. Exporting data from Python to files.vtt
5. Reading fixed width TXT files.mp4
5. Reading fixed width TXT files.srt
5. Reading fixed width TXT files.vtt
5.1 Fixed Width.txt
6. Exporting data back to HTML and other file formats.mp4
6. Exporting data back to HTML and other file formats.srt
6. Exporting data back to HTML and other file formats.vtt
7. Data Analysis Exercise 1.html
7.1 Income-By-State-1984.xls.xls
8. Data Analysis Exercise 1 Solution.html
5. Getting Started with Pandas
1. Get started with Pandas.mp4
1. Get started with Pandas.srt
1. Get started with Pandas.vtt
1.1 SmallFile.csv.csv
2. Practice No.3 Calculating and Adding Columns to CSV Files.mp4
2. Practice No.3 Calculating and Adding Columns to CSV Files.srt
2. Practice No.3 Calculating and Adding Columns to CSV Files.vtt
2.1 Add Field.py
2.2 All_Data_Files.zip.zip
3. Data Analysis Exercise 2.html
3.1 Income-By-State-1984.zip.zip
4. Data Analysis Exercise 2 Solution.html
6. Merging Data
1. Practical No.4 Concatenating multiple CSV files.mp4
1. Practical No.4 Concatenating multiple CSV files.srt
1. Practical No.4 Concatenating multiple CSV files.vtt
1.1 CSV_Files.zip.zip
1.2 Concatenator.py
2. Data Analysis Exercise 3.html
2.1 Income-By-State.zip.zip
3. Data Analysis Exercise 3 Solution.html
4. Practice No. 5 Joining Data Based on a Matching Column.mp4
4. Practice No. 5 Joining Data Based on a Matching Column.srt
4. Practice No. 5 Joining Data Based on a Matching Column.vtt
4.1 Join.py
4.2 station-info.txt.txt
4.3 Concatenated.zip.zip
5. Data Analysis Exercise 4.html
5.1 Income-By-State-By-Year.zip.zip
6. Data Analysis Exercise 4 Solution.html
7. Data Analysis Exercise 5.html
7.1 Two-Files-Inside.zip.zip
8. Solution 5 of 6.html
7. Data Aggregation
1. Practice No. 6 Pivoting Large Amounts of Data.mp4
1. Practice No. 6 Pivoting Large Amounts of Data.srt
1. Practice No. 6 Pivoting Large Amounts of Data.vtt
1.1 Concatenated-Merged.zip.zip
1.2 Pivot.py
8. Visualizing Data
1. Data visualization with Python.mp4
1. Data visualization with Python.srt
1. Data visualization with Python.vtt
2. More visualization techniques.mp4
2. More visualization techniques.srt
2. More visualization techniques.vtt
3. Practice No. 7 Producing Image Files.mp4
3. Practice No. 7 Producing Image Files.srt
3. Practice No. 7 Producing Image Files.vtt
3.1 Plot.py
4. Data Analysis Exercise 6.html
4.1 US-States-Median-Income-Data.zip.zip
5. Data Analysis Exercise 6 Solution.html
9. Mapping Spatial Data
1. Programmatically creating KML Google Earth files with Python.mp4
1. Programmatically creating KML Google Earth files with Python.srt
1. Programmatically creating KML Google Earth files with Python.vtt
2. Practice No, 8 Creating KML Google Earth fIles from CSV data.mp4
2. Practice No, 8 Creating KML Google Earth fIles from CSV data.srt
2. Practice No, 8 Creating KML Google Earth fIles from CSV data.vtt
2.1 Kml.py
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [FreeTutorials Us] [UDEMY] Data Processing with Python [FTU] Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size








