Skip to content

Instantly share code, notes, and snippets.

@sergiolucero
Created April 9, 2020 11:57
Show Gist options
  • Select an option

  • Save sergiolucero/c0c3ba8a9aa8a1d9ae42e56f78f92dd7 to your computer and use it in GitHub Desktop.

Select an option

Save sergiolucero/c0c3ba8a9aa8a1d9ae42e56f78f92dd7 to your computer and use it in GitHub Desktop.
searching servel on s3
import dask.dataframe as dd
token='LUCERO'
df=dd.read_csv('s3://quantcldata/servel/CLEAN/region*.csv')
tdf=df[df.nombre.str.contains(token)]
print(tdf.compute())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment