How could I load a folder of images into a csv file using python?
up vote
-3
down vote
favorite
I have a directory of about photos I would like to load into a csv file, is there a way to do this in python? Ideally, I would like to place them in an existing csv file that has a bit of data already. Would I be able to select which cells are to be filled with images?
python excel csv image-processing
|
show 1 more comment
up vote
-3
down vote
favorite
I have a directory of about photos I would like to load into a csv file, is there a way to do this in python? Ideally, I would like to place them in an existing csv file that has a bit of data already. Would I be able to select which cells are to be filled with images?
python excel csv image-processing
this may be useful
– cybernetic.nomad
Nov 22 at 16:36
@YvesDaoust sorry, but I think you misunderstood my question. You most definitely can load an image to a csv file, it treats it as a vectorized image, and loads the corresponding values into the cells. I am able to manually do this in matlab. My question was how to loop through a whole directory of images and load them using python, rather than manually one at a time.
– Brent
Nov 22 at 17:03
@cybernetic.nomad Thank you, this gave me a good bit of insight.
– Brent
Nov 22 at 17:04
Oooops, yes, you can embed as a MIME type (but there is no vectorization).
– Yves Daoust
Nov 22 at 17:24
Question has nothing to do withmachine-learning
- kindly do not spam the tag (removed).
– desertnaut
Nov 24 at 14:00
|
show 1 more comment
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
I have a directory of about photos I would like to load into a csv file, is there a way to do this in python? Ideally, I would like to place them in an existing csv file that has a bit of data already. Would I be able to select which cells are to be filled with images?
python excel csv image-processing
I have a directory of about photos I would like to load into a csv file, is there a way to do this in python? Ideally, I would like to place them in an existing csv file that has a bit of data already. Would I be able to select which cells are to be filled with images?
python excel csv image-processing
python excel csv image-processing
edited Nov 24 at 14:00
desertnaut
15.9k63465
15.9k63465
asked Nov 22 at 16:33
Brent
14
14
this may be useful
– cybernetic.nomad
Nov 22 at 16:36
@YvesDaoust sorry, but I think you misunderstood my question. You most definitely can load an image to a csv file, it treats it as a vectorized image, and loads the corresponding values into the cells. I am able to manually do this in matlab. My question was how to loop through a whole directory of images and load them using python, rather than manually one at a time.
– Brent
Nov 22 at 17:03
@cybernetic.nomad Thank you, this gave me a good bit of insight.
– Brent
Nov 22 at 17:04
Oooops, yes, you can embed as a MIME type (but there is no vectorization).
– Yves Daoust
Nov 22 at 17:24
Question has nothing to do withmachine-learning
- kindly do not spam the tag (removed).
– desertnaut
Nov 24 at 14:00
|
show 1 more comment
this may be useful
– cybernetic.nomad
Nov 22 at 16:36
@YvesDaoust sorry, but I think you misunderstood my question. You most definitely can load an image to a csv file, it treats it as a vectorized image, and loads the corresponding values into the cells. I am able to manually do this in matlab. My question was how to loop through a whole directory of images and load them using python, rather than manually one at a time.
– Brent
Nov 22 at 17:03
@cybernetic.nomad Thank you, this gave me a good bit of insight.
– Brent
Nov 22 at 17:04
Oooops, yes, you can embed as a MIME type (but there is no vectorization).
– Yves Daoust
Nov 22 at 17:24
Question has nothing to do withmachine-learning
- kindly do not spam the tag (removed).
– desertnaut
Nov 24 at 14:00
this may be useful
– cybernetic.nomad
Nov 22 at 16:36
this may be useful
– cybernetic.nomad
Nov 22 at 16:36
@YvesDaoust sorry, but I think you misunderstood my question. You most definitely can load an image to a csv file, it treats it as a vectorized image, and loads the corresponding values into the cells. I am able to manually do this in matlab. My question was how to loop through a whole directory of images and load them using python, rather than manually one at a time.
– Brent
Nov 22 at 17:03
@YvesDaoust sorry, but I think you misunderstood my question. You most definitely can load an image to a csv file, it treats it as a vectorized image, and loads the corresponding values into the cells. I am able to manually do this in matlab. My question was how to loop through a whole directory of images and load them using python, rather than manually one at a time.
– Brent
Nov 22 at 17:03
@cybernetic.nomad Thank you, this gave me a good bit of insight.
– Brent
Nov 22 at 17:04
@cybernetic.nomad Thank you, this gave me a good bit of insight.
– Brent
Nov 22 at 17:04
Oooops, yes, you can embed as a MIME type (but there is no vectorization).
– Yves Daoust
Nov 22 at 17:24
Oooops, yes, you can embed as a MIME type (but there is no vectorization).
– Yves Daoust
Nov 22 at 17:24
Question has nothing to do with
machine-learning
- kindly do not spam the tag (removed).– desertnaut
Nov 24 at 14:00
Question has nothing to do with
machine-learning
- kindly do not spam the tag (removed).– desertnaut
Nov 24 at 14:00
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435100%2fhow-could-i-load-a-folder-of-images-into-a-csv-file-using-python%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
this may be useful
– cybernetic.nomad
Nov 22 at 16:36
@YvesDaoust sorry, but I think you misunderstood my question. You most definitely can load an image to a csv file, it treats it as a vectorized image, and loads the corresponding values into the cells. I am able to manually do this in matlab. My question was how to loop through a whole directory of images and load them using python, rather than manually one at a time.
– Brent
Nov 22 at 17:03
@cybernetic.nomad Thank you, this gave me a good bit of insight.
– Brent
Nov 22 at 17:04
Oooops, yes, you can embed as a MIME type (but there is no vectorization).
– Yves Daoust
Nov 22 at 17:24
Question has nothing to do with
machine-learning
- kindly do not spam the tag (removed).– desertnaut
Nov 24 at 14:00