Help
aaron_bell
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Nov 26, 2020
‎Dec 15, 2022

User Statistics

  • 13 Posts
  • 1 Solutions
  • 2 Kudos given
  • 3 Kudos received

User Activity

Everyday I have new data coming into a base. Each row will uniquely be assigned to a user. I have a User table with the email. The data needs to be emailed in a csv. I was thinking can do this in Python script, but there probably is an easier way. Tr...
Airtable charts app doesn’t have an option to get html which can then be embedded in another site. Miniextensions.com also doesn’t allow you to have multiple lines in one line graph so its not what i’m looking for. I have been trying to figure out if...
I am using python to run sum calculations and data summaries at various sub-groupings. This is being done using python pandas and the data format is a dataframe. I have to convert this dataframe to a list according to the airtable python wrapper docu...
I have a bunch of property data I am getting each month for multiple properties. My end goal is to build monthly summaries for each property like this: Avg price for each floor plan(1br,2br,studo)amount of units available at by floorplan (1br,2br,stu...
Hi all, I would like to retrieve data from an API and update fields to a table. I have had trouble finding a basic example of this. I have been able to update one of my tables from a python module which really simplifies things but if I could remove ...