All Questions
1 question
1
vote
2
answers
52
views
Having issues trying to make my dataframe numeric
So I have a sqlite local database, I read it into my program as a pandas dataframe using
""" Seperating hitters and pitchers """
pitchers = pd.read_sql_query("SELECT ...