ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Your codes would be very useful for deeper study. Are you considering uploading them to your github?
Thanks for the message. The github link is now available in the video description.
@@DeepCharts thanks for the upload, it helps a lot. One more thing: you have clear teaching skills, it’s quite rare among youtubers.
Thanks, the goal of the channel is to be direct and to the point!
# Sorting indexindex_range: pd.RangeIndex = pd.RangeIndex(start=1, stop=len(result) + 1, step=1)result.index = index_rangeprint(result) Quantity Price Total1 20 250 50002 15 150 22503 10 200 2000
Cool trick! Nice for sharing data with non programmers or R users!
Your codes would be very useful for deeper study. Are you considering uploading them to your github?
Thanks for the message. The github link is now available in the video description.
@@DeepCharts thanks for the upload, it helps a lot. One more thing: you have clear teaching skills, it’s quite rare among youtubers.
Thanks, the goal of the channel is to be direct and to the point!
# Sorting index
index_range: pd.RangeIndex = pd.RangeIndex(start=1, stop=len(result) + 1, step=1)
result.index = index_range
print(result)
Quantity Price Total
1 20 250 5000
2 15 150 2250
3 10 200 2000
Cool trick! Nice for sharing data with non programmers or R users!