Datascience with Manu
Datascience with Manu
  • 111
  • 68 761
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()
มุมมอง: 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
11 April 2023
มุมมอง 1.1Kปีที่แล้ว
11 April 2023
Tableau Desktop in action
มุมมอง 28ปีที่แล้ว
"#datascience #datavisualization #dashboard #businessintelligence #graphs #charts #tableausoftware #tableaututorial #datasciencecourse #datasciencetraining "
Klaymatrix Learning Platform
มุมมอง 83ปีที่แล้ว
Klaymatrix Learning Platform
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 #...
Python Tutorial: Strings (part 2)
มุมมอง 8ปีที่แล้ว
Python Tutorial: Strings (part 2)
Pandas Basics
มุมมอง 13ปีที่แล้ว
Pandas Basics
PowerBI
มุมมอง 34ปีที่แล้ว
PowerBI
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 Slicers and Tables in PoweBI
มุมมอง 23ปีที่แล้ว
Creating Slicers and Tables in PoweBI
Creating Cards, Multi-row Card and KPI in PowerBI
มุมมอง 174ปีที่แล้ว
Creating Cards, Multi-row Card and KPI in PowerBI
Creating Line and Area Chart in PowerBI
มุมมอง 340ปีที่แล้ว
Creating Line and Area Chart in PowerBI
Creating Bar Charts in PowerBI
มุมมอง 20ปีที่แล้ว
Creating Bar Charts in PowerBI
Easily create Quadrant Charts in PowerBI
มุมมอง 587ปีที่แล้ว
Easily create Quadrant Charts in PowerBI
Data Granularity
มุมมอง 517ปีที่แล้ว
Data Granularity
Working with Python DataFrames
มุมมอง 13ปีที่แล้ว
Working with Python DataFrames
Combining dataframes in python using Join
มุมมอง 8ปีที่แล้ว
Combining dataframes in python using Join