Data Visualization

(4.9 /8 Rating)
1 Students
Last updated 21 Aug, 2025
breadcrumb
By Bhagya Shree

Categories: Data science

Data Visualization

instructor
Instructor: Bhagya Shree
Categories:
Data science
Ratings:
(4.9 / 7)

₹7000.00

Buy Now
image
Course Description

  • Book: Python for Data Analysis by Wes McKinney (Pandas, NumPy).

  • Book: Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurélien Géron.


  • Python for Data Science and Machine Learning Bootcamp (Jose Portilla) – Very popular.

  • R Programming for Data Science and Machine Learning – If you prefer R.

  • Data Science A-Z: Real-Life Data Science Exercises – Project-based, hands-on.


  • HarvardX – Data Science Professional Certificate – Uses R, strong statistics foundation.

  • MITx – Data Science and Machine Learning – Covers computational thinking, ML theory.

  • Columbia University – Artificial Intelligence (AI) – For advanced learners.

  • Course Content
    instructor
    Bhagya Shree
    Instructor
    (4.9 /19 Rating)
    Total 2 Ratings
    5
    25 Rating
    4
    20 Rating
    3
    5 Rating
    2
    2 Rating
    1
    1 Rating

    ₹9000.00 ₹7000.00

    Buy Now
    This course includes:
    Levels
    Beginner
    Duration
    12 months Month
    Category
    Data science
    Update
    21 Aug, 2025
    Certificate
    Certificate of completion
    Reach Us
    icon More Similar Courses

    Related Courses

    document.addEventListener("DOMContentLoaded", function() { const menuBtn = document.getElementById("menu-btn"); const offcanvasArea = document.querySelector(".bd-offcanvas-area"); const closeBtn = document.querySelector(".bd-offcanvas-close-icon"); // Toggle menu open menuBtn.addEventListener("click", function() { offcanvasArea.classList.toggle("info-open"); document.body.classList.toggle("offcanvas-open"); // optional body lock }); // Close menu when clicking the X button closeBtn.addEventListener("click", function() { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); }); // Optional: Close when clicking outside offcanvasArea.addEventListener("click", function(e) { if (e.target === offcanvasArea) { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); } }); });