Santiago Moresi

Generation

generate functionTue, 06 Jun 2023

funcion pandas

import pandas as pd def read_csv(filepath): return pd.read_csv(filepath) read_csv("data/sample.csv")

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