All Questions

19771 questions


3 answers
291 views
0
I would like to use unique in Pandas, but I don't know what to do because I can only take it out in Dataframe.

I would like to use unique in Pandas, but I don't know what to do because I can only take it out in Dataframe.The data (df) being read by Pandasab -0.2 -0.200 -0.2 -0.195 -0.2 -0.190 -0.2 -0.185 -0.2 ...

1 years ago

1 answers
299 views
0
What does it mean to abbreviate pandas as pd?

It's the same except for Pandas, but what's the point of shortening it?Is that the reason why it became troublesome to enter the official name every time I wrote the code?

1 years ago

1 answers
358 views
0
Unable to change with invalid mode: 'usr1:usr1' error in wsl2 in chmod usr1:usr1 file

I want to change the file owner and group of root:root to usr1.If you run sudo chmod usr1:usr1file to change the username and group name on wsl2, you cannot change it with the chmod:invalid mode:'usr1...

1 years ago

3 answers
404 views
0
I want to do the same thing as "SET PATH" for Windows batch files from Python.

Batch files include:I would like to run test.exe from Python without using this batch file.run.batUse the command-line arguments when executing the exe file.SETLOCALSET PATH = %PATH%;..\..\samples\ext...

1 years ago

1 answers
507 views
0
I want to be able to debug ToFAR apps using Sony ToFAR's AR Foundation in TofARServer.

I am developing an app using Sony ToFAR.I ran it by referring to the 4.4.2.AR Foundation application Debug in the documentation, but it didn't work.I thought there might be a problem with my own proje...

1 years ago

1 answers
227 views
0
I don't know the specification of the return value of the dgeqr function for lapack.

I am using lapack from openblas in c++.I have examined the dgeqr function as a routine for QR decomposition, but I do not understand the specification of the return value.The purpose is to obtain a di...

c++
1 years ago

1 answers
542 views
0
Unable to install versioned in Google Colab

I want to install tensorflow (version 1.13.1) on Google Colab, but I can't use the code below.I was able to install it with this until yesterday, but suddenly I can't.!pip install tensorflow==1.13.1Th...


1 answers
442 views
0
I want to get the email address of the person who accessed it in GAS, get the matching cell from Spreadsheet, replace the email address with a name, and send it to chat.

I would like to obtain the data of the cell to the right of the cell matching the email address in the program shown below and substitute the text below.var payload={ text—text }What I've tried so far...


1 answers
469 views
0
I cannot install the version specified in Google Colab.

I'd like to install tensorflow (version 1.13.1) on Google Colab, but I can't use the code below.I was able to install it with this until yesterday, but suddenly I can't.!pip install tensorflow==1.13.1...


1 answers
301 views
0
Which is better to write the conditional branch, the caller or the caller?

Suppose you have two JavaScript codes:Except for fine performance, both should get the same output.The difference is that if the variable isMorning is true, call the function morningGreeting() or the ...

1 years ago
« - 60 - »

© 2024 OneMinuteCode. All rights reserved.