Skip to content

datawranglingpy_v0.3.1

Compare
Choose a tag to compare
@gagolews gagolews released this 23 May 08:02
· 162 commits to master since this release
  • 2022-05-23 (v0.3.1):

    • More lightweight mathematical notation.
    • Some equalities related to the mathematical functions we
      rely on (the natural logarithm, cosine, etc.).
    • A way to compute the most correlated pair of variables.
    • A note on modifying elements in an array and on adding new rows
      and columns.
    • An example seasonal plot in the time series chapter.
    • Solutions to the SQL exercises added; using
      {command}pd.testing.assert_frame_equal instead of
      {command}DataFrame.equals to ignore small round-off errors.
    • More details on file paths.