You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2019. It is now read-only.
The concept of row makes sense for data frames, but for arrays the Julian convention is to consider rows as dimension 1, without any special-casing (cf. next-to-last point above). So deleterows! wouldn't fit into this scheme; one could consider something like deletecoord!(array, dimension, coord), but I'm not sure it would be very useful.
Here's a list of what I would consider the most important changes to make to this package:
Each*
typesisna
:isna(da, inds)
unique
andlevels
definitions right@data
and@pdata
macrosautocor
,percent_change
andreldiff
to Stats.jldatabool
,datafloat
anddataint
get_indices
,index_to_level
andlevel_to_index
getpoolidx
pdatabool
,pdatafloat
andpdataint
reorder
/ move it to DataFrames.jlrep
functionality intoBase.repeat
PooledDataArray
xtab
andxtabs
to Statsbaseval
hackskipna
ordropna
row*
andcol*
functions with slice-indexing interfacegl
The text was updated successfully, but these errors were encountered: