/
Pandas

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

 

Related content

JSON
More like this
Available Libraries
Available Libraries
More like this
Requests
More like this
Salesforce
Salesforce
More like this
BeautifulSoup
BeautifulSoup
More like this
Simple Programming Logic Guide
Simple Programming Logic Guide
More like this

Easy for Jira - Python Automations, 2023