Generation

generate functionFri, 09 Dec 2022

calculate number of city names in an excel list

import pandas as pd import numpy as np def get_city_names(df): return df['city'].unique()

Want to kickstart your project?Use the new AI Studio to create your code