filter

Filtering objects from a workdir

Introduction Usually, if you work with in data science field, you need to create several objects, like list, DataFrame, matrix, etc. Besides, you have to handle some files to read and make copies. For that and other actions, sometime you have to select some objects from your workdir. The goal in this post is to show some options about how to filter objects from your workdir. Listing and Filtering your objects There are several options to list the objects from a workdir.