2024– date –
-
Software
How to solve "Invalid host" error of Tera Term
Oops!TeraTerm raises "Invalid host" error. Tera Term is common SSH software.A lot of Windows users use Tera Term. When we try to make SSH connection with usi... -
Software
How to convert AVIF image file to JPEG or PNG file
I have some .avif image files.But some apps can't read .avif files.How can I convert .avif to .jpeg ? Recently .avif image file format was created. It is hig... -
Software
How to avoid automatic full screen when someone shares the screen on Zoom
When someone shares the screen on Zoom, it automatically becomes full screen. Zoom is famous video meeting service. It has free plan and business plan. ... -
Salesforce
The reason why filter condition changes in Salesforce list view not reflected on the experience site
I put Salesforce list view on Experience site.But even I changed filter condition of the list view, it didn't change. Salesforce is a CRM (customer managemen... -
Dev
What you should check when SSH connection is refused in Linux
I tried to connect Linux server.But connection was refused. Linux is common for server usage. In initial settings of Linux server like Ubuntu, sometimes you ... -
Python
How to remove none from pandas DataFrame
How can I remove none row or column from pandas DataFrame ? Pandas is very useful to handle table data. In table data, sometimes it contains None d... -
Python
How to get cross join with pandas.DataFrame
How can I get cross join data with pandas DataFrame ? pandas.DataFrame is useful to handle table format data. With using pandas, we can import CSV or Ex... -
Python
The reason of "ValueError: The truth value of a Series is ambiguous" in NumPy or Pandas
I tried to do logical operation with pandas.Then it showed ValueError . You might see such an error when you tried to do logical operation. ValueEr... -
Python
How to print all rows and columns in pandas.DataFrame
I tried to print pandas DataFrame.But it omitted rows and columns... pandas.DataFrame is useful to handle table format data. We can import CSV or Excel ... -
Python
How to get inverse boolean value in pandas.DataFrame
How can I reverse True/False value in pandas? pandas.DataFrame is useful for handling table data. With using it, we can handle CSV or Excel data as tabl...