DidierRLopes

Results 90 comments of DidierRLopes

Hey, Great library! We are using it at https://github.com/GamestonkTerminal/GamestonkTerminal I was trying to implement the search method, and it crashes like this. ```python >> fred.search('gdp') --------------------------------------------------------------------------- TypeError Traceback (most recent...

Hey @victortangggg, I didn't know this! This is definitely an improvement! Yes, please. Feel free to go ahead with the fix :)

Hey @kajdo , Sorry for the delay on our side. We are currently doing a feature freeze for a very big release that will occur next week! Once that is...

Same here. Some of OpenBB users have raised this issue now. Is there any way we can scale this issue up in terms of priority? Thanks!

Hey @kulbinderdio , Sorry for the delay to review on our side. As per our discussion, we are currently doing a feature freeze for a very big release that will...

> Maybe you could use regex to check for numbers in a string (see [`link`](https://pythonexamples.org/python-regex-extract-find-all-the-numbers-in-string/#:~:text=Python%20Regex%20%E2%80%93%20Get%20List%20of,single%20digit%20in%20the%20string.)). I guess this would require way less lines of code. > > Additionally, you could...

> > I didn't understand the 2nd part regarding returning the colors. How would you put that into applymap? > > Something along the lines of: > > ```python >...

> > > I didn't understand the 2nd part regarding returning the colors. How would you put that into applymap? > > > > > > Something along the lines...