msticpy.init.pivot_core.pivot_magic_core module

Txt2df core code.

msticpy.init.pivot_core.pivot_magic_core.run_txt2df(line, cell, local_ns)

Convert cell text to pandas DataFrame.

Parameters:
  • line (str)

  • cell (str)

  • local_ns (dict | None)

Return type:

DataFrame