Skip to content

Welcome to mspu

The python package mspu has been designed for providing some commonly used functions.

Currently it includes:

  • functions ht to display pandas and polars dataframe head and tail with easy to use parameters

  • a function gen_rand_df that can be used to create dummy dataframes with columns that have different data types

  • a function explode_date_range that can be used to explode pandas dataframe date ranges with high performance

This user guide is intended to walk you through getting started, providing examples, and explaining core concepts.

Structure

User Guide: Conceptual overviews, installation steps, and tutorials.

API Reference: Detailed, auto-generated documentation for every function and class (powered by Sphinx).

Check out the Tutorial to see how mspu works!