Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Soy nuevo en el uso de PowerBi y Python y he intentado inscribirme en un curso que muestra cómo crear un panel de acciones y acciones. He usado las commenads sugeridas, pero Python está presentando el siguiente error
Detalles: "ADO.NET: error de script de Python.
El script completo que estoy usando es el siguiente:
Importar pandas como PD
Importar yfinance como YF
ticker="AAPL"
data= yf.download(ticker, start="2019-01-01", end="2022-12-31")
Data.reset_index(inplace=True)
datos
¿Alguien puede darme alguna sugerencia sobre cómo solucionar esto, por favor?
Gracias Steve
Solved! Go to Solution.
Ahh brillante Eso funcionó, no me di cuenta de que tenía ese capital al principio, muchas gracias por su ayuda 🙂
Ahh brillante Eso funcionó, no me di cuenta de que tenía ese capital al principio, muchas gracias por su ayuda 🙂
cambio
Data.reset_index(inplace=True)
Para
data.reset_index(inplace=True)
Gracias lbendlin
antes de poder usar ese módulo en Power BI, debe agregarlo a la instalación de Python de su PC, por ejemplo, a través de pip.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.