Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: speechrecognition 3.8.1
Post: speechrecognition 3.8.1

I am using speech_recognition library in python 3.6. Using google speech recognizer. The default api key works but has limited quota. I wanted to know if there is a way of using google apikey with rec...
aibrain General Coding Help 1 3,338 Apr-07-2018, 02:05 PM
    Thread: list comprehension with regular expression
Post: list comprehension with regular expression

Wanted to do something like this: # get rid of negative values for age raw={'name': ['a', 'b', 'c', 'd', 'e'], 'age': [20,21,-1,22,-1]} data=pd.DataFrame(raw) cdata=pd.DataFrame() cdata=data[data['age...
aibrain General Coding Help 1 4,464 May-22-2017, 08:37 AM
    Thread: Vectorized parsing in dataFrame
Post: RE: Vectorized parsing in dataFrame

thanks. great!
aibrain General Coding Help 2 3,376 Apr-07-2017, 11:43 AM
    Thread: Vectorized parsing in dataFrame
Post: Vectorized parsing in dataFrame

I wanted to know if there is a simpler way of doing this: data={'A': [1, 2, 3], 'B': ['123456', '789012', '345678']} cd=pd.DataFrame(data) cd Out[183]:     A       B 0  1  123456 1  2  789012 2  3  34...
aibrain General Coding Help 2 3,376 Apr-02-2017, 10:49 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020