Created
April 9, 2020 11:57
-
-
Save sergiolucero/c0c3ba8a9aa8a1d9ae42e56f78f92dd7 to your computer and use it in GitHub Desktop.
searching servel on s3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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