[PYTHON] VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future

It seems to be an error that occurs when index is float instead of int. In other words, it feels like the part that should be data [2] is data [2.0].

Recommended Posts

VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
The story of an error in PyOCR
Find the number of days in a month
Examine the margin of error in the number of deaths from pneumonia
[Python] Let's reduce the number of elements in the result in set operations
Get the number of readers of a treatise on Mendeley in Python
A programming language that young people will need in the future
[Question] In sk-learn random forest regression, an error occurs when the number of parallels is set to -1.
A story about creating a program that will increase the number of Instagram followers from 0 to 700 in a week
Is_alive () gives an error instead of False after threading process in Python3
Generate a list packed with the number of days in the current month.
Check the in-memory bytes of a floating point number float in Python
Graph the change in the number of keyword appearances per month using pandas
The story of the escape probability of a random walk on an integer grid
The result of installing python in Anaconda
Is the number equivalent to an integer?
[Competition Pro] Solve the number of M cards taken out from N cards using a route [Explanation in the figure]
How to pass the execution result of a shell command in a list in Python
You will be an engineer in 100 days --Day 29 --Python --Basics of the Python language 5
Set the number of elements in a NumPy one-dimensional array to a power of 2 (0 padded)
In the Chainer tutorial, I get an error when importing a package. (mock)
You will be an engineer in 100 days --Day 33 --Python --Basics of the Python language 8
You will be an engineer in 100 days --Day 26 --Python --Basics of the Python language 3
Test the number of times you have thrown a query (sql) in django
I made an appdo command to execute a command in the context of the app
Save an array of numpy to a wav file using the wave module
Set an upper limit on the number of recursive function iterations in Python
Create a BOT that displays the number of infected people in the new corona
You will be an engineer in 100 days --Day 32 --Python --Basics of the Python language 7
I want to store the result of% time, %% time, etc. in an object (variable)
An introduction to data analysis using Python-To increase the number of video views-
You will be an engineer in 100 days --Day 28 --Python --Basics of the Python language 4
Get the caller of a function in Python
View the result of geometry processing in Python
Make a copy of the list in Python
Output in the form of a python array
Determine the number of classes using the Starges formula
How to identify the element with the smallest number of characters in a Python list?
The result of making a map album of Italy honeymoon in Python and sharing it
[Python] A program that finds the shortest number of steps in a game that crosses clouds
Find out the maximum number of characters in multi-line text stored in a data frame
[Python] Representing the number of complaints from life insurance companies in a bar graph
Find a guideline for the number of processes / threads to set in the application server
The real cause of the Jubatus client spitting out a timeout and dropping an error
When accessing a URL containing Japanese (Japanese URL) with python3, it will be encoded in html without permission and an error will occur, so make a note of the workaround.