Arshak Ulubabyan

Results 2 issues of Arshak Ulubabyan

**Is your feature request related to a problem? Please describe.** In my project, I wanted to use hocon format for my settings files ( https://github.com/chimpler/pyhocon ), instead of toml, but...

wontfix
Not a Bug
RFC

``` from functional import seq from pandas import DataFrame df = DataFrame({'col1': [1,2,3], 'col2': [4,5,6]}) s = seq([df]) el = s.first() print(type(el)) ``` this code prints: "" but the expected...

evergreen