Use Python as a Data Source in Power BI

Pubblicato il: 12 maggio 2021
sul canale di: Learn 2 Excel
10,397
73

Published on May 12, 2021:
In this video, we will learn to use python as a data source in power bi.

Scripts used in the example are below:

import pandas as pd
df = pd.read_csv ('c:\Data\PythonSampleData\EuStockMarkets_NA.csv')
print(df)



import pandas as pd
data = [['Alex',10],['Bob',12],['Clarke',13]]
df = pd.DataFrame(data,columns=['Name','Age'],dtype=float)
print (df)

In the previous video, we learnt to install and configure python for Power BI.

Previous Video:    • install and configure Python for power BI  
SUBSCRIBE to learn more about Power BI,Power Query, Power Pivot, Excel,SQL Server and Python!!
   / @learnexcelrelentless  

Download M Query code:
http://bit.ly/3kJwUUq


Our Playists:
Extract Load and Transform data using Power Query: http://bit.ly/3orLRf4
Enhance Power BI Data model using DAX: https://bit.ly/2GbTENc
Python and Power BI:https://bit.ly/2EajdNc
Getting Started with AWS: https://bit.ly/2PgSCQX
SQL Playlist :https://goo.gl/PS5Ep6
DAX PlayList : https://goo.gl/S4W41D
Power BI PlayList: https://goo.gl/dXxvnB
Power Query Playlist: https://goo.gl/5QS7P4
Getting Started with Power BI:https://goo.gl/GHakLZ
Getting Started with Python: https://goo.gl/n24P3w
Data Science With Python:https://goo.gl/PeYCR5
Power BI service: http://tiny.cc/sjekmz


ABOUT DAGDOO:
Website:
Home Page: http://www.dagdoo.org/
Power BI Tutorials: http://www.dagdoo.org/excel-learning/...


Questions? Comments and SUGESTIONS? You will find me here:

Twitter: @dagdooe

Category: Science & Technology
License: Standard YouTube License


In questa pagina del sito puoi guardare il video online Use Python as a Data Source in Power BI della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Learn 2 Excel 12 maggio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 10,397 volte e gli è piaciuto 73 spettatori. Buona visione!