datesy
stable
  • Introduction
  • The datesy package
  • Examples
  • Release Notes
datesy
  • Docs »
  • Welcome to datesy’s documentation!
  • Edit on GitHub

Welcome to datesy’s documentation!¶

Datesy, making DATa handling EaSY – the intro to data handling in python

  • Introduction
    • Main Usage
    • Motivation
      • History
      • Future Development
    • Limitations
  • The datesy package
    • Subpackages
      • File I/O subpackage
        • file_selection module
        • json_file module
        • csv_file module
        • xls_file module
        • xml_file module
      • Database I/O subpackage
        • Database
        • Table
        • Row
        • Item
    • Submodules
    • datesy.convert module
    • datesy.inspect module
    • datesy.matching module
  • Examples
    • Installation/Usage
    • File interaction
      • Selecting Files
      • File I/O
        • All-in-one/doing-all-the-magic loading functions
        • File-type specific modules: advanced reading/writing
          • Reading
          • Writing
          • xls/xlsx Files
    • Converting Data
      • Rows to dictionary
        • Relevant ID position / main key position:
        • Missing values
          • Open ends / missing last row entries
        • Selecting the header_line
      • Dictionary to rows
        • Missing keys / not set data
          • Specify emtpy values:
        • Ordering the header
        • Data without main_key
  • Release Notes
    • 0.8.0
      • Features
    • 0.7.1
    • 0.7.0
      • Features
      • Bug Fixes

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2019, Jan Lukas Braje Revision 7661825a.

Built with Sphinx using a theme provided by Read the Docs.