Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/fslaborg/Deedle
Easy to use .NET library for data and time series manipulation and for scientific programming
https://github.com/fslaborg/Deedle
120d48f6df9dfb594744e8044d8fc7772007d221 authored almost 11 years ago by Adam Klein <[email protected]>
0ca7171ab00eead569a1ae83e9ccef406831e1c7 authored almost 11 years ago by Adam Klein <[email protected]>
The `tryCastType` function should be more strict and perform casting.
The `tryChangeType` functi...
77331e1bc47640ac8105ca29cc7c329744adecf8 authored almost 11 years ago by Tomas Petricek <[email protected]>
8c65651b6fb327fa02e479b8c2680296d7dc15c6 authored almost 11 years ago by Tomas Petricek <[email protected]>
I first thought I could just add merging of N series using a similar pattern
to the one that we ...
7cdae249ebe2f34f585ef051914877332257c439 authored almost 11 years ago by Adam Klein <[email protected]>
5702b66084f33fa7418666ca1520a3649a1f27f9 authored almost 11 years ago by Adam Klein <[email protected]>
Add indication that test involves R
7f4bb1fb6f9127fc0c8516e3627ef13eb6aba033 authored almost 11 years ago by Adam Klein <[email protected]>6d3e782be84548420c74ec8f9555c9ee47c69d68 authored almost 11 years ago by Adam Klein <[email protected]>
Mostly optimizations
0795debe744fd474410b5a79fe10612f0cc97793 authored almost 11 years ago by Adam Klein <[email protected]>e6ce6065023b1f71e6a495e79a6cc487484354b4 authored almost 11 years ago by Adam Klein <[email protected]>
068044a1e9ead8e359490690f0df78267e1ac8c3 authored almost 11 years ago by Adam Klein <[email protected]>
This makes `frame.Rows` about 4 times faster for a data frame with 1M of rows
(i.e. ~2600ms to ~...
This started by following the same idea as windowing/chunking functions
optimization (a2b24be1fb...
406ca914c9df4cdfbbdaa3ea8a491c97917a4a4e authored almost 11 years ago by Tomas Petricek <[email protected]>
c47db319a0a0269fa7de0b04d2c08adbd6d91f24 authored almost 11 years ago by Tomas Petricek <[email protected]>
Previously, we had `orderCols` and `orderRows`, but since all the new sorting functions
use "sor...
This does not change any functionality or rename any functions. I mainly wanted
to group them in...
This makes `Series.windowInto 10 Series.mean` about 5 times faster than previously.
Previously, ...
ed26509b99e787c59ec984e28b9ba13d585dc421 authored almost 11 years ago by Adam Klein <[email protected]>
This reverts the API change accidentally caused by (dac7a76753c821ba6e7714a98e19ea466a9e226d), b...
734e6e015de6e367dbeb5243c3ec661d003411ad authored almost 11 years ago by Tomas Petricek <[email protected]>cd8beb948b440b04e2d2db23ee899cd7a723e085 authored almost 11 years ago by Tomas Petricek <[email protected]>
0e7f6b7ba44d5f1bb42a7f500f92ab7f59dda5c7 authored almost 11 years ago by Tomas Petricek <[email protected]>
The conversion to array is done using `df.ToArray2D<T>` which is a generic method.
When the fram...
a7000bc1a2209fb0e33975d0c0285f3d4973049c authored almost 11 years ago by Tomas Petricek <[email protected]>
Rather than looking at ElementType via reflection and generating code at runtime,
this delegates...
As a result, `df.Columns.["A"].As<float>()` is essentially no-op
when the column is of type floa...
The df.Columns property now does not copy and box all data, but instead returns a
special type o...
70e7af4859faabf0b9106d721139df90325705f2 authored almost 11 years ago by Tomas Petricek <[email protected]>
455d725c5e602cc33f62f7676e204ee6d4bb75c2 authored almost 11 years ago by Adam Klein <[email protected]>
10266032818a81d1abb281a86eb4f6f03c978716 authored almost 11 years ago by Adam Klein <[email protected]>
178cd41931f53f3fb2a9abe3147421155eabf87a authored almost 11 years ago by Adam Klein <[email protected]>
48051d4426d4fb3f2e6d670d58a491e88ca15218 authored almost 11 years ago by Adam Klein <[email protected]>
0d7181e38d413b0002abc1783e95fe0d51f7c665 authored almost 11 years ago by Adam Klein <[email protected]>
80e42d3c1ceda6dcb35a9a1d9cf8d0f87ad0b0b3 authored almost 11 years ago by Adam Klein <[email protected]>
2d0273df0675ee4c6cac9e744547c9075042187d authored almost 11 years ago by Adam Klein <[email protected]>
c90100b4a6930e320c3d85df4127c0fbf1c62ac6 authored almost 11 years ago by Adam Klein <[email protected]>
541edb8bffc825656c88734a82ed1cac9a00b03c authored almost 11 years ago by Adam Klein <[email protected]>
70e4b6cc55d3434c106ba248cd980ca4d22df7ba authored almost 11 years ago by Adam Klein <[email protected]>
985e524bfdeff862c6416aef34f50eba2cdfb2e4 authored almost 11 years ago by Adam Klein <[email protected]>
96e03e183de206901a178353e8df00869efaef73 authored almost 11 years ago by Adam Klein <[email protected]>
945e704e63d44b79d928417517989542135aeed5 authored almost 11 years ago by Adam Klein <[email protected]>
99984b661b9fdba756dda64e967cd5aa7d0a1872 authored almost 11 years ago by Adam Klein <[email protected]>
dac7a76753c821ba6e7714a98e19ea466a9e226d authored almost 11 years ago by Adam Klein <[email protected]>
e84fb133cf3b2cd40d5d4b0376f1e4d4a00666a6 authored almost 11 years ago by Adam Klein <[email protected]>
#142 alternate take, keeping semantics same
ae861f385579bb474a34238c23b1e1efb92a1cf1 authored almost 11 years ago by Adam Klein <[email protected]>01d66e4e993816e28717eb4b3442f11cfb96f019 authored almost 11 years ago by Adam Klein <[email protected]>
be21dc8d791a5e56284b3575bb1b9dc0c13d3adb authored almost 11 years ago by Adam Klein <[email protected]>
6a4112b0342339fc1c015d7574dc449d7284ce81 authored almost 11 years ago by Adam Klein <[email protected]>
c739c1358ce94375b880bcfff891bdf4f1f2097e authored almost 11 years ago by Adam Klein <[email protected]>
709737d07a0948a797964e13e37f7619dc6a2aca authored almost 11 years ago by Adam Klein <[email protected]>
d1c2081ad6ffdbaf4d8e9492f049ffef2b6c290c authored almost 11 years ago by Adam Klein <[email protected]>
7cdf314595fa841169e2cb6c8eda1e289c92e5f7 authored almost 11 years ago by Adam Klein <[email protected]>
Optimized zipping functions
a0e0f2254b921bb704d4309408c32a2196e817e1 authored almost 11 years ago by Adam Klein <[email protected]>705369ddb6441aa909d595557ea4427056234817 authored almost 11 years ago by Adam Klein <[email protected]>
da3cc6f95cc60f82f279a93d338f1309d3fa34d4 authored almost 11 years ago by Adam Klein <[email protected]>
63b43da22e2fa70f9b6c4535da90625548dd9966 authored almost 11 years ago by Adam Klein <[email protected]>
Address #122, add Locate method as fast Lookup
b45749e35b12d2bff90e5f44941680eace82e86f authored almost 11 years ago by Adam Klein <[email protected]>91a01e747493c6d6bb454f49163f6c6c7bc3efcf authored almost 11 years ago by Adam Klein <[email protected]>
04ef448bf3561fcdd6ee44b170b691fd95e4d856 authored almost 11 years ago by Adam Klein <[email protected]>
Use a stable version of FAKE
384fad83a49a4acaeeb03f931443c0b68a23bcad authored almost 11 years ago by Tomas Petricek <[email protected]>This includes the sort functionality, and the different ObjectSeries ? behavior
f90979b20430a5ad7619d151335b92583cd23db0 authored almost 11 years ago by Tomas Petricek <[email protected]>Fix one demo, copy paste doc comment
80beba1891becb19d0d44dbbd3c97163da7f0830 authored almost 11 years ago by Tomas Petricek <[email protected]>a5038f1c7684afa3851e2209929f9869aa6d77a1 authored almost 11 years ago by Tomas Petricek <[email protected]>
150db57ec4763d138dbe8e9e786955cced3d1a95 authored almost 11 years ago by Tomas Petricek <[email protected]>
ad650821b7f975b758bd200e13e563c518302e76 authored almost 11 years ago by Tomas Petricek <[email protected]>
26aea6a4527f4a5f5fcb6a0bba4c80fede81939d authored almost 11 years ago by Steffen Forkmann <[email protected]>
8b4f63a546f7fc2fb15092fd76eaa0ef0a95a4f7 authored almost 11 years ago by Adam Klein <[email protected]>
43ee9dc27c726b7f45a2f8ab13d0973062363615 authored almost 11 years ago by Adam Klein <[email protected]>
b92bdfe209892d7067aafea162328cc477a1a58a authored almost 11 years ago by Adam Klein <[email protected]>
235338d3f12fda0fead7d25cee3b65d160f76978 authored almost 11 years ago by Adam Klein <[email protected]>
dc5ea441b7494559643af080b11a080be6710165 authored almost 11 years ago by Adam Klein <[email protected]>
571865fc1dc9e28a6d28d672833ca8635497a19a authored almost 11 years ago by Adam Klein <[email protected]>
bc15a3a9c62d27776c000bc2f951e5afb5523244 authored almost 11 years ago by Adam Klein <[email protected]>
86ace4b022367f5c60478ec4c3c6647029a5f0fd authored almost 11 years ago by Adam Klein <[email protected]>
d233b3ec6d9915e9a43c429d32b3a7a4bd5ec012 authored almost 11 years ago by Adam Klein <[email protected]>
b89f3e4f38bb6a98dff8d17c00c5a1a180f14db2 authored almost 11 years ago by Adam Klein <[email protected]>
79ea2e9863d12edf2d17fd4e6a58e996b5950f28 authored almost 11 years ago by Adam Klein <[email protected]>
a5f77b8f56b0eb02765bbe6ef279e75882654b92 authored almost 11 years ago by Tomas Petricek <[email protected]>
8cca24123abebd8ae66ef2060fd3b754ca883e0e authored almost 11 years ago by Adam Klein <[email protected]>
e4825c4aa7431db8671ac89fe2ba67aafe342484 authored almost 11 years ago by Adam Klein <[email protected]>
Mainline Merge
ad92bacbf0196cdbd8f7fc865118179b715ce25f authored almost 11 years ago by Adam Klein <[email protected]>fc84de01fced1c33e35bbb8485471217ba004e5c authored almost 11 years ago by Adam Klein <[email protected]>
A few additions to the mainline version
e57a6f4be3343627e0f8eb2089cef1914358da5f authored almost 11 years ago by Adam Klein <[email protected]>IS #122 - Speed up realign by another 400% or so
ca4c7ea3e259f840cc109512a1f14dc9802601a2 authored almost 11 years ago by Adam Klein <[email protected]>0b5594f92046cf4dedababb0cd0fc25dc213ecd8 authored almost 11 years ago by Tomas Petricek <[email protected]>
ebdea1ee527be48ca7a49f1b4e1933978ab5c98f authored almost 11 years ago by Tomas Petricek <[email protected]>
The pivot table function is cool :-) I added a few samples to the docs.
I also did a few minor c...
0719e9e55d46c8cab2d9f05a1d2139a770d90397 authored almost 11 years ago by Tomas Petricek <[email protected]>
This removes some more unnecessary abstractions from the addressing module.
It also removes some...
d367bda5a797587e1db46a2771a807bba9ecbcbd authored almost 11 years ago by Tomas Petricek <[email protected]>
* GH128:
Added tryLookupObservation to SeriesModule for symmetry, per #128
0c1014fddeb8e8fbf46f57c39884b18c0f9bf2f9 authored almost 11 years ago by Adam Klein <[email protected]>
Implementation of #128 on mainline
82b5b008a20235df2c80a367b9ce0741c884105c authored almost 11 years ago by Adam Klein <[email protected]>0ff121faffb81e9091d409a05e249727ec7fc8e7 authored almost 11 years ago by Adam Klein <[email protected]>
fd7e79fb7f3c4c6f1557b0263ad17a97ed9490f6 authored almost 11 years ago by Tomas Petricek <[email protected]>
44d9c7d0c6673ca6215d9e0474b611db3a4e86b5 authored almost 11 years ago by Adam Klein <[email protected]>
c66dadfb1974fb659130bff8437ff59d814d777d authored almost 11 years ago by Adam Klein <[email protected]>
* ak.eagerindex:
#52, #117 (re)implement poor man's dependency injection
#117, #112 - make L...