Hello guys!
I have converted the data type column from object to string in a dataframe with data loaded from an excel file loaded with pd.read_excel(....
df_list["País"]=df_list["País"].astype("string"). It works OK.
However, when I list the content of column it shows me the strings with a...
Hello guys,
I have a form in Excel working with a ComboBox. The Combo load the items through a database connection from a table in SQL server. It works fine by default getting the description of any item while you are typing.
My problem starts when I need to use a wildcard "*" to search and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.