In my previous post, I showed how easy to import data from CSV, JSON, Excel files using Pandas package. Another popular format to exchange data is XML. Unfortunately Pandas package does not have a fun...
Here is a report that uses pivot grids.
For this report I export the data to a specific area on another worksheet. I define the pivot grid to take the data from that area.
In this use case you can ...