what is slicing in pandas?
Answers
Answered by
0
Answer:
Slicing using the [] operator selects a set of rows and/or columns from a DataFrame. To slice out a set of rows, you use the following syntax: data[start:stop] . When slicing in pandas the start bound is included in the output. The stop bound is one step BEYOND the row you want to select.
Explanation:
Similar questions
Math,
2 months ago
Math,
2 months ago
Environmental Sciences,
2 months ago
India Languages,
4 months ago
Music,
4 months ago
Geography,
11 months ago
Science,
11 months ago