Python Forum
Error binding parameter 0 - probably unsupported type.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error binding parameter 0 - probably unsupported type.
#7
(Jul-18-2020, 02:56 PM)Yoriz Wrote: It is the value of mb_data that you need to find out what it is

Like this:
def data_entry():
    mb_data = mb['Value']
    mb_per = mb['Y/Y, (%)']
    m1_data = m1['Value']
    m1_per = m1['Y/Y, (%)']
    m2_data = m2['Value']
    m2_per = m2['Y/Y, (%)']
    print(f"Type mb_data: {type(mb_data)}")
Output:
Type mb_data: <class 'pandas.core.series.Series'> Process finished with exit code 0
Reply


Messages In This Thread
RE: Error binding parameter 0 - probably unsupported type. - by illmattic - Jul-18-2020, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  GroupBy - Sum = Error [datetime64 type does not support sum operations] BSDevo 4 6,721 Oct-27-2023, 07:22 PM
Last Post: BSDevo
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 4,136 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  Type error in Cross_val_score Vicral 0 2,256 Jul-20-2021, 12:18 PM
Last Post: Vicral
  type error array BrianPA 2 3,227 Jan-17-2021, 01:48 PM
Last Post: BrianPA
  Error Message: TypeError: unhashable type: 'set' twinpiques 4 26,508 May-22-2019, 02:31 PM
Last Post: twinpiques
  Error:unsupported operand type(s) for ** or pow(): 'list' and 'int' mcgrim 3 20,981 Mar-22-2019, 01:29 PM
Last Post: buran
  Type Error Confusion Oliver 4 17,470 Dec-06-2017, 03:20 PM
Last Post: Oliver
  type error and access violation error pyopengl hsunteik 0 3,916 Nov-04-2017, 04:51 AM
Last Post: hsunteik
  AUCPR of individual features using Random Forest (Error: unhashable Type) melissa 1 3,981 Jul-10-2017, 12:48 PM
Last Post: sparkz_alot
  Why am I getting a type error? WagmoreBarkless 7 9,365 Jan-19-2017, 10:29 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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