Gmousse / dataframe-js

No Maintenance Intended
https://gmousse.gitbooks.io/dataframe-js/
MIT License
460 stars 38 forks source link

[FEATURE] - To be able to filter a DataFrame from a MongoDB JSON export by Object ID #130

Closed stereophonik closed 2 years ago

stereophonik commented 2 years ago

Is your feature request related to a problem? Please describe. I'm unable to filter a DataFrame from a MongoDB JSON export by Object ID

Describe the solution you'd like To be able to filter a DataFrame from a MongoDB JSON export by Object ID Ex. df.filter(row => row.get('_id') === {"$oid":"<object_id>"})