Dave Smith

Results 4 issues of Dave Smith

There isn't much documentation on how to use the stop-words list - and would it make sense to add the capability to use a custom stop-word list rather than having...

enhancement

Doesn't matter whether using Python 2 or 3 kernels, trying to install via --user parameter results in build fail. Probably trying to write to folders that it shouldn't? %%sh pip...

Andrew Turner at ESRI has been developing some interesting capabilities to tap government OpenData APIs and plug them into frameworks for Amazon Alexa, Facebook Messenger and Slack - His repo...

Code example for reproducibility: stock = yf.Ticker(symbol) pe_ratio = stock.info.get('forwardPE') return pe_ratio This is throwing errors, as is trailingPE. Everything else seems to be working.