Relative Content

Tag Archive for pythonpandasdataframepowerbi-desktop

Python – Take Pprint Export and Convert to Pandas DataFrame

I am NEW to python and am learning it to pull data into Power BI. By new, I mean this is my first project. My current use case is to extract data regarding tasks from Asana. I have successfully copied, pasted, and adjusted the python code that Asana offers and am getting data regarding my tasks. I am struggling with how to take that data and turn it into a dynamic table using pandas so that I can pull it into Power BI. We don’t have an enterprise license with Asana, which is why I need to use python instead of their connector. I have already imported pandas and have that available.