Table Of Contents

System Environment


System Environment is defined to review and set system configuration values.


dfc dataframes


Pandas Dataframe Manager maintains a list of dfc dataframe objects that are then visible to all dfc functionality. A dfc dataframe is an object that has a title, pandas dataframe and user notes assigned to it. Any dataframe imported by dfc is automatically added to the dfc dataframe manager for dfc visibility. Any dataframe created outside dfc must be added to the dfc dataframe manager for dfc visibility.


active dfc dataframes


Active dfc dataframes are dataframes that are currently imported as dfc dataframes and available for all chappters in dataframs Cleanser.


Table Cols:
*DRP

Drop flag to identify whether dataframe is to be dropped.

df title

title given when dfc dataframe is defined.

Num Rows

Number of rows in the dataframe.

Num Cols

Number of columns in the dataframe.

Notes

User notes for the currently selected df.


Commands


  • Drop Active dfc df(s)
  •    Drop the selected dfs so they are no longer available in dataframe Cleanser.

  • Add User df to dfc
  •    Add a user df to dfc as a dfc dataframe.

  • Display Inactive dfc dfs
  • Return
  • Help

Add User df to dfc mgr

The user can manually add dfc dataframes to dfcleanser making them visible to dfcleanser.



Input Fields:
add_df_code_preamble : string

Reserved preamble run before running user code.

* df_title : string

User defined title for df added.

* df_source : pandas dataframe object

User source code to add df to dfc manager.

df_notes : string

User notes assigned to the dfc dataframe.

add_df_code_postamble : string

Reserved code run after running user code.


Commands


  • Add User df to dfc
  •    Add the user df to dfc df manager.

  • Return
  • Help

dfc Dataframes Histories

You can browse the dataframes previously imported into dfc.


System Info


System displays all python modules and shows version data.


About


About displays author information.


System Files


System Files displays dfc config data the user can backup and restore.



EULA


EULA displays dataframe cleanser End User License Agreement.

Readme


Github readme.