src.core.process.writing module

Contains methods, which are used for writing processed data into the persistant storage.

src.core.process.writing.writeData(tabledict, typ)[source]

imports the three major datasets into the database

Parameters:
  • tabledict (dict[GameTable, pd.DataFrame]) – the main dataframe this program operates on

  • typ (ImportType)

Return type:

None

Dependency Diagrams (without externals):

digraph imports {
  rankdir=LR;
  node [shape=box];
  "src.core.macros" -> "src.core.process.writing";
}

Import dependencies (collapsed)

Dependency Diagrams:

digraph imports {
  rankdir=LR;
  node [shape=box];
  "src.core.macros" -> "src.core.process.writing";
}

Import dependencies (collapsed)