hello sorry for my dumb question but I would like to know how did you managed that in your right panel in your VSCode the actual python code is running?
this tutorial is just bad, u just seem to assume that everybody is intermediate to advance and u actually skip through a lot of the intermediate steps (like if u type pip install pandas into veocore u get an error), this means that anybody with basic knowledge is unable to follow through
amazing video, this was like an introduction to data analysis in a very short video, cheers
Good video Dave. Let's keep it up :)
Could you upload statistical analysis exclusively through python
How Dave is seeing individual variable values.. ex he selects 'data' and we can see the values at right side pane.
Yes, in my experience, XLSX files do not play perfectly nice with Pandas, whereas CSV files never posed a problem.
hello
sorry for my dumb question but I would like to know how did you managed that in your right panel in your VSCode the actual python code is running?
Check out this video: ua-cam.com/video/3sIzCFuLgIQ/v-deo.html
@@daveebbelaar thanks!
How are you inserting the comment blocks?
# -----
#
# -----
Hey Matthew, I am using VS Code snippets for that. Check it out here → ua-cam.com/video/ZaH7nEzgX7o/v-deo.html
And here's the code:
"Create code block header": {
"prefix": "#",
"body": [
"# --------------------------------------------------------------",
"# $1",
"# --------------------------------------------------------------",
],
"scope": "python"
},
@@daveebbelaar Thanks, you're the man!
this tutorial is just bad, u just seem to assume that everybody is intermediate to advance and u actually skip through a lot of the intermediate steps (like if u type pip install pandas into veocore u get an error), this means that anybody with basic knowledge is unable to follow through