Skip to content

Commit

Permalink
Add set-index, swap-level, interval-range and unstack to API
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmarazzi committed Jul 10, 2019
1 parent 4aa8f9d commit cdde649
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/panthera/panthera.clj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
fill-na
not-na?
all?
select-rows)
select-rows
set-index
swap-level)

(export-symbols
panthera.pandas.math
Expand Down Expand Up @@ -111,7 +113,8 @@
->numeric
timedelta-range
infer-time-freq
->datetime)
->datetime
interval-range)

(export-symbols
panthera.pandas.reshape
Expand All @@ -130,4 +133,5 @@
ewm
groupby
melt
assign)
assign
unstack)

0 comments on commit cdde649

Please sign in to comment.