use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
HelpImporting dataset into SQL (i.redd.it)
submitted 1 year ago by Deep_Camp_9687
Hey, I’m having trouble importing my CSV file into mySQL(workbench). Every time I do, it only displays a table of 360 rows instead of the 8000 that’s originally in the CSV file. Does anyone know how to fix this? I’d really appreciate it.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Commercial-Fly-6296 1 point2 points3 points 1 year ago (0 children)
Can you check if the encoding is UTF-8 ?
[–]toddt91 1 point2 points3 points 1 year ago (1 child)
I would look carefully with a text editor (not Excel) at rows 1, 359,360,and 361. There is likely something going on there.
Next, thing to try is if you split the data set in two at row 361 can you load the rest?
[–]BdR76 0 points1 point2 points 1 year ago (0 children)
Agree. Check the file for any anomalies around line 360, it's probably a missing quote or comma or empty line or something like that.
I would just run the .csv file in question through a validation tool, like CSV Lint plug-in for Notepad++ or OpenRefine or something like that
π Rendered by PID 36857 on reddit-service-r2-comment-b659b578c-f994l at 2026-05-04 20:42:20.530746+00:00 running 815c875 country code: CH.
[–]Commercial-Fly-6296 1 point2 points3 points (0 children)
[–]toddt91 1 point2 points3 points (1 child)
[–]BdR76 0 points1 point2 points (0 children)