Welcome to Vinlearn Comumnity!
  • Contact Us
  • Track Your Order
  • My Downloads
Select category
  • Select category
  • Business & Sales
  • Consulting
  • Copywriting
  • Economics & Finance
  • Everything Else
  • Fighting & Martial Arts
  • Food & Cooking
  • Forex & Trading
  • Hypnosis & NLP
  • Internet Marketing
  • IT & Technology
  • Languages & Accents
  • Law
  • Magic & Tricks
  • Management & Leadership
  • Medical & Health
  • Mindfulness & Meditation
  • Mindset & Achievement
  • Music
  • Personal Development
  • Photography
  • Psychology & Body Language
  • Real Estate
  • Seduction & Love
  • SEO & Design Website
  • Software & Tools
  • Spirituality & Religion
  • Sports & Fitness
  • Uncategorized
Login / Register
Wishlist
0 items $0.00
Menu
0 Wishlist
0 items $0.00
Login / Register
Sign inCreate an Account

Lost your password?

Browse Categories
  • Internet Marketing
    • Ecommerce
    • Copywriting
    • Software & Tools
    • SEO & Design Website
  • Business & Sales
    • Management & Leadership
    • Economics & Finance
    • Law
    • Consulting
  • Forex & Trading
  • Real Estate
  • Hypnosis & NLP
  • Personal Development
    • Spirituality & Religion
    • Mindfulness & Meditation
    • Mindset & Achievement
    • Mindset & Wisdom
    • Psychology & Body Language
    • Languages & Accents
  • Medical & Health
    • Fighting & Martial Arts
  • Sports & Fitness
  • Seduction & Love
  • IT & Technology
  • Photography
  • Music
  • Food & Cooking
  • Magic & Tricks
  • Everything Else
  • HOME
  • STORE
  • FAQs
  • Contact Us
  • MY ACCOUNT
    • My Orders
    • My Downloads
-70%
Data Analysis with Python and Pandas - Stone River eLearning
Click to enlarge
Home IT & Technology Data Analysis with Python and Pandas – Stone River eLearning
Mind Your Money - James Wedmore
Mind Your Money - James Wedmore $497.00 Original price was: $497.00.$99.00Current price is: $99.00.
Back to products
Nail Your Niche Workshop (2021 + 2022 MasterClass Reply) - James Wedmore
Nail Your Niche Workshop (2021 + 2022 MasterClass Reply) - James Wedmore $594.00 Original price was: $594.00.$59.00Current price is: $59.00.

Data Analysis with Python and Pandas – Stone River eLearning

$99.00 Original price was: $99.00.$30.00Current price is: $30.00.

Instant Download Data Analysis with Python and Pandas – Stone River eLearning
Delivery method: After your purchase, you’ll get access to the downloads page. Here, you can download all the files associated with your order. We’ll also send a download notification email via your email.

Description
Python programmers are some of the most sought-after employees in the tech world, and Python itself is fast becoming one of the most popular programming languages. One of the best applications of Python however is data analysis; which also happens to be something

30% COUPON CODE: VINLEARN
Compare
Add to wishlist
Category: IT & Technology Tags: Data Analysis with Python and Pandas, Data Analysis with Python and Pandas - Stone River eLearning, Stone River eLearning
Share:
  • Description
  • Product Delivery
Description

Data Analysis with Python and Pandas - Stone River eLearning

Data Analysis with Python and Pandas – Stone River eLearning

Python programmers are some of the most sought-after employees in the tech world, and Python itself is fast becoming one of the most popular programming languages. One of the best applications of Python however is data analysis; which also happens to be something that employers can’t get enough of. Gaining skills in one or the other is a guaranteed way to boost your employability – but put the two together and you’ll be unstoppable!

Become and expert data analyser

  • Learn efficient python data analysis
  • Manipulate data sets quickly and easily
  • Master python data mining
  • Gain a skillset in Python that can be used for various other applications

Python data analytics made Simple

This course contains 51 lectures and 6 hours of content, specially created for those with an interest in data analysis, programming, or the Python programming language. Once you have Python installed and are familiar with the language, you’ll be all set to go.

The course begins with covering the fundamentals of Pandas (the library of data structures you’ll be using) before delving into the most important functions you’ll need for data analysis; creating and navigating data frames, indexing, visualising, and so on. Next, you’ll get into the more intricate operations run in conjunction with Pandas including data manipulation, logical categorising, statistical functions and applications, and more. Missing data, combining data, working with databases, and advanced operations like resampling, correlation, mapping and buffering will also be covered.

By the end of this course, you’ll have not only have grasped the fundamental concepts of data analysis, but through using Python to analyse and manipulate your data, you’ll have gained a highly specific and much in demand skill set that you can put to a variety of practical used for just about any business in the world.

Tools Used

Python: Python is a general purpose programming language with a focus on readability and concise code, making it a great language for new coders to learn. Learning Python gives a solid foundation for learning more advanced coding languages, and allows for a wide variety of applications.

Pandas: Pandas is a free, open source library that provides high-performance, easy to use data structures and data analysis tools for Python; specifically, numerical tables and time series. If your project involves lots of numerical data, Pandas is for you.

NumPy: Like Pandas, NumPy is another library of high level mathematical functions. The difference with NumPy however is that was specifically created as an extension to the Python programming language, intended to support large multi-dimensional arrays and matrices.

Course Curriculum

Introduction to the Course
  • Course Introduction (4:11)
  • Getting Pandas and Fundamentals (9:08)
  • Section Conclusion (2:41)
Introduction to Pandas
  • Section introduction (0:48)
  • Creating and Navigating a Dataframe (8:34)
  • Slices, head and tail (7:59)
  • Indexing (7:27)
  • Visualizing The Data (9:19)
  • Converting To Python List Or Pandas Series (4:15)
  • Section Conclusion (1:38)
IO Tools
  • Section introduction (2:12)
  • Read Csv And To Csv (9:26)
  • io operations (5:23)
  • Read_hdf and to_hdf (8:25)
  • Read Json And To Json (9:54)
  • Read Pickle And To Pickle (11:41)
  • Section Conclusion (3:52)
Pandas Operations
  • Section introduction (2:04)
  • Column Manipulation (Operatings on columns, creating new ones) (7:27)
  • Column and Dataframe logical categorization (7:12)
  • Statistical Functions Against Data (7:34)
  • Moving and rolling statistics (10:00)
  • Rolling apply (8:54)
  • Section Outro (3:17)
Handling for Missing Data / Outliers
  • Section Intro (3:13)
  • drop na (6:48)
  • Filling Forward And Backward Na (11:09)
  • detecting outliers (12:38)
  • Section Conclusion (5:17)
Combining Dataframes
  • Section Introduction (3:53)
  • Concatenation (9:17)
  • Appending data frames (7:06)
  • Merging dataframes (9:43)
  • Joining dataframes (9:40)
  • Section Conclusion (4:29)
Advanced Operations
  • Section Introduction (2:48)
  • Basic Sorting (8:56)
  • Sorting by multiple rules (8:34)
  • Resampling basics time and how (mean, sum etc) (10:03)
  • Resampling to ohlc (7:12)
  • Correlation and Covariance Part 1 (10:03)
  • Correlation and Covariance Part 2 (11:56)
  • Mapping custom functions (9:23)
  • Graphing percent change of income groups (7:23)
  • Buffering basics (10:12)
  • Buffering Into And Out Of Hdf5 (10:03)
  • Section Conclusion (3:00)
Working with Databases
  • Section Introduction (1:00)
  • Writing to reading from database into a data frame (10:24)
  • Resampling data and preparing graph (7:54)
  • Finishing Manipulation And Graph (9:32)
  • Section and course Conclusion (5:27)

Sale Page: https://stoneriverelearning.com/p/data-analysis-with-python-and-pandas-online-course
Archive: https://archive.ph/wWq46

Proof Content:

https://www.loom.com/i/f560a74eae004211977d3b9447902ced

Delivery Method:

After your purchase, you’ll get access to the downloads page. Here, you can download all the files associated with your order.

Downloads are available once your payment is confirmed, we’ll also send you a download notification email separate from any transaction notification emails you receive from Vinlearn.

Product Delivery

DELIVERY INFORMATION

  • Digital Download: After placing your order, you will receive an email with download instructions for immediate access. If you log in or create an account before purchasing, you can easily download your files from the account dashboard.
  • Download Reminder: Please download and save the files to your hard drive. If you encounter issues, feel free to contact us for support.
  • Download Support: If you don't receive the download link or the download link is broken, there's no need to worry. We’ll provide assistance from 8:00 AM to 8:00 PM (UTC+8).
  • We’re Here to Help: Contact us with any questions or concerns!

Related Products

-59%
Building Websites with Dreamweaver CS6 - Stone River eLearning
Add to cart
Quick view
Compare
Add to wishlist

Building Websites with Dreamweaver CS6 – Stone River eLearning

Internet Marketing
$27.00 Original price was: $27.00.$11.00Current price is: $11.00.
-75%
From Zero to Flask The Professional Way - Jorge Escobar
Add to cart
Quick view
Compare
Add to wishlist

From Zero to Flask: The Professional Way – Stone River eLearning

Everything Else
$199.00 Original price was: $199.00.$50.00Current price is: $50.00.
-59%
Learn iPython: The Full Python IDE - Stone River eLearning
Add to cart
Quick view
Compare
Add to wishlist

Learn iPython: The Full Python IDE – Stone River eLearning

IT & Technology
$29.00 Original price was: $29.00.$12.00Current price is: $12.00.
-70%
Learn Python Django From Scratch - Stone River eLearning
Add to cart
Quick view
Compare
Add to wishlist

Learn Python Django From Scratch – Stone River eLearning

IT & Technology
$99.00 Original price was: $99.00.$30.00Current price is: $30.00.
-87%
The Python Master Class Bundle - Stone River eLearning
Add to cart
Quick view
Compare
Add to wishlist

The Python Master Class Bundle – Stone River eLearning

IT & Technology
$1,182.00 Original price was: $1,182.00.$151.00Current price is: $151.00.

Download the Best Courses for Your Success. Elevate your skills with vinlearn.click – where top-quality knowledge is just a click away!

CONTACT US

  • Email: [email protected]
  • Skype: ritavu1980
  • 470 North Bridge Road, Bugis Cube, Singapore (188735).
Our stores
  • About Us
  • Privacy Policy
  • Terms Of Service
USEFUL LINKS
  • FAQs
  • Contact Us
  • Login
Footer Menu
  • My Account
  • My Orders
  • My Downloads
Vinlearn 2019-2024. All Rights Reserved.
payments
  • Menu
  • Categories
  • Internet Marketing
    • Ecommerce
    • Copywriting
    • Software & Tools
    • SEO & Design Website
  • Business & Sales
    • Management & Leadership
    • Economics & Finance
    • Law
    • Consulting
  • Forex & Trading
  • Real Estate
  • Hypnosis & NLP
  • Personal Development
    • Spirituality & Religion
    • Mindfulness & Meditation
    • Mindset & Achievement
    • Mindset & Wisdom
    • Psychology & Body Language
    • Languages & Accents
  • Medical & Health
    • Fighting & Martial Arts
  • Sports & Fitness
  • Seduction & Love
  • IT & Technology
  • Photography
  • Music
  • Food & Cooking
  • Magic & Tricks
  • Everything Else
  • Home
  • Store
  • Contact Us
  • My Account
    • My Orders
    • My Downloads
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
Close
Facebook X Instagram YouTube
Shop
0 Wishlist
0 items Cart
My account