Pandas

Overview

The library pandas is commonly used for dealing with datasets/spreadsheets, the class we use uses the main pipy package → pandas

 

Example Usage

To use the library, you can follow the snippets below

data = [{"header1": 100}, {"header1": 200},] df = pd.DataFrame(data)

 

More examples in the official docs

 

Easy for Jira - Python Automations, 2023