iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

Occurrences.search function update to bring in consistency in response #86

Closed ayushanand18 closed 2 years ago

ayushanand18 commented 2 years ago

Overview

This PR aims to bring in fixes that were discussed in #61. The final response of the search function is a pandas dataframe.

Changes introduced

Now all concatenation occurs on pandas dataframe. There are some interesting findings in #61. #82 is an interesting test and it should follow the former.

Thanks!

7yl4r commented 2 years ago

@ayushanand18 : I think if you accept this PR: https://github.com/ayushanand18/pyobis/pull/2 then the test will be added here as well and we can see it pass before merging.

ayushanand18 commented 2 years ago

@ayushanand18 : I think if you accept this PR: ayushanand18#2 then the test will be added here as well and we can see it pass before merging.

Did that, and these tests are passing. Woo!

ayushanand18 commented 2 years ago

I did a rebase and then pushed those changes.

7yl4r commented 2 years ago

:tada: looks great!