ioavstats.pages package

Submodules

ioavstats.pages.Association_Rule_Analysis module

Association Rule Analysis.

ioavstats.pages.Association_Rule_Analysis.main()

Start program.

This function starts the Streamlit application flow by calling the function _streamlit_flow().

Return type:

None

ioavstats.pages.Aviation_Event_Analysis module

Aviation Event Analysis.

ioavstats.pages.Aviation_Event_Analysis.EVENT_TYPE_DESC: str
ioavstats.pages.Aviation_Event_Analysis.main()

Start program.

This function is the main entry point of the program and will be called if the program is started directly (i.e. not imported as a module).

It will start the Streamlit application flow.

Return type:

None

ioavstats.pages.Database_Profiling module

Database Profiling.

ioavstats.pages.Database_Profiling.main()

Start program.

This function is the main entry point of the program and calls the _streamlit_flow function to start the Streamlit application.

Return type:

None

Module contents

IO-AVSTATS Applications.