- 111
- 68 761
Datascience with Manu
India
เข้าร่วมเมื่อ 17 พ.ค. 2008
This channel covers informative videos on topics around data analysis, visualization, machine learning and other related topics.
I am Manvirender (call me Manu), founder of Klaymatrix Data Labs (www.Klaymatrix.com). I have been training people across organizations, businesses and academic institutions for more than a decade. I am also visiting/guest faculty at various B-Schools in India. I intend to impart my learning through this channel.
Happy to connect on LinkedIn with anyone exploring data science as career:
www.linkedin.com/in/manvirender-singh-rawat
Some platforms covered in this channel include:
💹 Excel
📊Tableau
📈Powerbi
🐍Python
and we try to add more as we grow along with you.
Last but not the least, SUBSCRIBE to our channel and write to us under comments section for your feedback !
#datascience
#tableausoftware
#powerbi
#python
#excel
#datasciencetraining
#datasciencecourse
I am Manvirender (call me Manu), founder of Klaymatrix Data Labs (www.Klaymatrix.com). I have been training people across organizations, businesses and academic institutions for more than a decade. I am also visiting/guest faculty at various B-Schools in India. I intend to impart my learning through this channel.
Happy to connect on LinkedIn with anyone exploring data science as career:
www.linkedin.com/in/manvirender-singh-rawat
Some platforms covered in this channel include:
💹 Excel
📊Tableau
📈Powerbi
🐍Python
and we try to add more as we grow along with you.
Last but not the least, SUBSCRIBE to our channel and write to us under comments section for your feedback !
#datascience
#tableausoftware
#powerbi
#python
#excel
#datasciencetraining
#datasciencecourse
How to use Python inside PowerBI
Python has some interesting functionalities and libraries then can be leveraged inside PowerBI. This video explains how to do that using simple examples and dataset.
1. Code for bar chart:
import pandas
import matplotlib.pyplot as plt
plt.bar(dataset.Region,dataset.Sales)
plt.show()
2. Code for pairplot:
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
# Set theme for the plot
sns.set_theme(style="whitegrid")
sns.set()
# Use pairplot with colors based on "Region"
sns.pairplot(
dataset[["Region", "Profit", "Quantity"]],
hue="Region", # Color by 'Region'
palette="Set1" # Choose a color palette (e.g., Set2, Set1, etc.)
)
plt.show()
1. Code for bar chart:
import pandas
import matplotlib.pyplot as plt
plt.bar(dataset.Region,dataset.Sales)
plt.show()
2. Code for pairplot:
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
# Set theme for the plot
sns.set_theme(style="whitegrid")
sns.set()
# Use pairplot with colors based on "Region"
sns.pairplot(
dataset[["Region", "Profit", "Quantity"]],
hue="Region", # Color by 'Region'
palette="Set1" # Choose a color palette (e.g., Set2, Set1, etc.)
)
plt.show()
มุมมอง: 56
วีดีโอ
Now make presentation on any topic in just 5 mins
มุมมอง 7114 วันที่ผ่านมา
Need to create a presentation fast? In this video, I’ll show you how to use ChatGPT to quickly generate presentations in minutes! You will get both content and design in just few minutes with this technique. Whether you’re preparing for a business meeting, a class project or a pitch, this quick video will help you create presentations on any topic and very fast. Moreover, this method gives you ...
Join our PowerBI course for a better career
มุมมอง 149ปีที่แล้ว
Learn More About Course: klaymatrix.com/powerbi_landing_2/ Join our course and get benefits like lifelong membership, certification, career advise and much more.. #datascience #datavisualization #businessintelligence #datasciencecourse #datasciencecareer
Tableau Desktop in action
มุมมอง 28ปีที่แล้ว
"#datascience #datavisualization #dashboard #businessintelligence #graphs #charts #tableausoftware #tableaututorial #datasciencecourse #datasciencetraining "
PowerBI visualization in the making
มุมมอง 107ปีที่แล้ว
Enjoy this video which we captured to show how its done .. end to end but in this high speed video !! #datascience #datasciencetutorial #datavisualization #dashboard #businessintelligence #datasciencetutorial #powerbigraph #powebicharts #powerbireports #powerbitutorial #dashboards
Easily Design High Quality Reports In PowerBI
มุมมอง 69ปีที่แล้ว
The ultimate aim of using PowerBI is to create a dashboard or a report. In this video we explain how to create your first dashboard (actually called a report) in PowerBI. Key topics: 0:00 - Ideation and Planning a dashboard/report 6:42 - Putting up the idea on PowerBI desktop 15:29 - Formatting for high quality reports 25:46 - Adding and Modifying Interactions 29:36 - Formatting and adding card...
PowerBI Interactions
มุมมอง 22ปีที่แล้ว
Interactions in PowerBI help in linking one chart or visual with other charts in the report. This quick video explains how to use the higlight, filter or none options in interactions. #datascience #datasciencetutorial #datavisualization #dashboard #businessintelligence #datasciencetutorial #powerbigraph #powebicharts #powerbireports #powerbitutorial #dashboards
Formatting Charts - Part 2
มุมมอง 15ปีที่แล้ว
Formatting charts in PowerBI is an important step as most professional reports and dashboards need a high quality visual before they are adopted. In this part 2 of formatting video, we will cover some basic formatting options available in PowerBI in addition to those mentioned in part 1 of this video. #datascience #datasciencetutorial #datavisualization #dashboard #businessintelligence #datasci...
Formatting Charts - Part1
มุมมอง 25ปีที่แล้ว
Formatting charts in PowerBI is an important step as most professional reports and dashboards need a high quality visual before they are adopted. In this part 1 of formatting video, we will cover some basic formatting options available in PowerBI #datascience #datasciencetutorial #datavisualization #dashboard #businessintelligence #datasciencetutorial #powerbigraph #powebicharts #powerbireports...
Decomposition Tree
มุมมอง 35ปีที่แล้ว
Decomposition tree is a visualization in PowerBI that is used to break-up or decompose a field into different hierarchies in the data. #datascience #datasciencetutorial #datavisualization #dashboard #businessintelligence #datasciencetutorial #powerbigraph #powebicharts #powerbireports #powerbitutorial #dashboards
Sesssion2 Measures and Dimensions
มุมมอง 7ปีที่แล้ว
Measures and Dimensions form the backbone of your data visualization esp. when using Tableau. This video explains them in detail along with some key concepts like continuous and discrete fields, interchanging measure and dimensions, etc
Sesssion3 Calculated Fields
มุมมอง 10ปีที่แล้ว
Data is the key to data visualization and not all data is plug and play. Calculated fields help in working with the existing data to get new insights, manipulate data to get new calculations, visuals and much more.
Python Tutorial: Strings (Part 1)
มุมมอง 12ปีที่แล้ว
In this python tutorial on strings we will discuss about various important concepts around strings like indexing, slicing and how to use various variations of these. We have some interesting easy to follow certification courses on PowerBI, Tableau, Python, Excel and more. Register for FREE and get discount coupons: klaymatrix.com/student-registration/ #datasciencetutorial #datascience #python #...
DataScience Training from Klaymatrix Data Labs
มุมมอง 55ปีที่แล้ว
DataScience Training from Klaymatrix Data Labs
Creating Pie/Doughnut charts and Treemap in PowerBI
มุมมอง 76ปีที่แล้ว
Creating Pie/Doughnut charts and Treemap in PowerBI
Creating Scatter Plot and Bubble Chart in PowerBI
มุมมอง 730ปีที่แล้ว
Creating Scatter Plot and Bubble Chart in PowerBI
Connect Excel, CSV and Google Sheets data with PowerBI
มุมมอง 297ปีที่แล้ว
Connect Excel, CSV and Google Sheets data with PowerBI
Creating Cards, Multi-row Card and KPI in PowerBI
มุมมอง 174ปีที่แล้ว
Creating Cards, Multi-row Card and KPI in PowerBI
Easily create Quadrant Charts in PowerBI
มุมมอง 587ปีที่แล้ว
Easily create Quadrant Charts in PowerBI
Combining dataframes in python using Join
มุมมอง 8ปีที่แล้ว
Combining dataframes in python using Join