Skip to content

v0.1.2

Compare
Choose a tag to compare
@rportilla-databricks rportilla-databricks released this 06 Jan 20:57
· 152 commits to master since this release
2161b60
  • Resample has fill=True option for filling in zeros
  • AS OF join now has option to retrieve NULL values from the 'right-hand' dataset (using skipNulls=False parameter)
  • Update Resample Function to support custom windows (x minutes, y days) where x and y are integers
  • Update the default to not prefix fields in the resample (bar calculations will continue to use preset high/open/low/close prefix)
  • Bring Scala resample up to par with Python version
  • Update README to refer to pypi project (dbl-tempo)
  • Python logging now included to avoid print statements
  • Bumping version