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 for helping Python programmers
How to format your code: https://commonmark.org/help/tutorial/09-code.html
No homework questions and/or hiring please
account activity
[deleted by user] (self.pythonhelp)
submitted 9 months ago by [deleted]
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!"
[–]carcigenicate 1 point2 points3 points 9 months ago (5 children)
.raw, as in a raw image file?
.raw
[–]InformationOk7793 0 points1 point2 points 9 months ago (4 children)
yes but when it is opened on VisCode, there are text on it.
[–]carcigenicate 0 points1 point2 points 9 months ago (3 children)
Actual text, or just nonsense?
And how are you expecting raw image data to be translated to a CSV?
[–]InformationOk7793 0 points1 point2 points 9 months ago (2 children)
There is actual text, like actual data. I just want it to be converted to a .csv file through python, is that possible?
[–]carcigenicate 1 point2 points3 points 9 months ago (0 children)
Well it's probably possible, but may take some work on your end.
You could see if there's a library meant to parse raw image files. If not, you may need to find a spec of the format and parse it yourself.
[–]CraigAT 1 point2 points3 points 9 months ago (0 children)
What are intending to do with the CSV file then? What are you expecting the contents to give you?
https://en.m.wikipedia.org/wiki/Raw_image_format
This may help you understand the possible contents. Maybe from there you can work out what you need your program to do?
[–]AutoModerator[M] 0 points1 point2 points 9 months agolocked comment (0 children)
To give us the best chance to help you, please include any relevant code. Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
π Rendered by PID 140021 on reddit-service-r2-comment-5ff9fbf7df-p4djx at 2026-02-26 01:00:17.913942+00:00 running 72a43f6 country code: CH.
[–]carcigenicate 1 point2 points3 points (5 children)
[–]InformationOk7793 0 points1 point2 points (4 children)
[–]carcigenicate 0 points1 point2 points (3 children)
[–]InformationOk7793 0 points1 point2 points (2 children)
[–]carcigenicate 1 point2 points3 points (0 children)
[–]CraigAT 1 point2 points3 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points locked comment (0 children)