Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.