Using GoFigr to track input data in Python

Did you know that GoFigr can automatically track and version your inputs? It’s as easy as calling gf.read_csv instead of pd.read_csv. First, make sure you have the latest Python client. Data tracking was added in version 1.2.0: Then, in your Jupyter notebook load the GoFigr extension and replace calls to pd.read_[format] with gf.read_[format]: That’s it! […]

Using GoFigr to track input data in Python Read More »