-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: LoadError: MethodError: getindex
has no method matching getindex(:DataFrames.DataFrame, :: ASCIIString)
#13782
Comments
This is a user question about packages that should go to the julia-user mailing list. I've never used the P.S. Please quote your code so that it's easier to tell them from your comments. |
ref https://groups.google.com/forum/?nomobile=true#!topic/julia-users/NISyks0j7gw Try not to double post in different places. Mailing list should be first place to go with questions. If someone responds with a "yes that looks like a bug, please open an issue with a cross-reference link back to this thread" then it's okay, but that happens in a small subset of posts. |
Hi Tony, Sorry for contacting you directly. I am new to this kind of thing. I On Mon, Oct 26, 2015 at 9:46 PM, Tony Kelman [email protected]
Aaron Dyer |
Daron, you need to use a symbol instead of a string, so replace In the future, usage questions like this should really go to StackOverflow or the julia-users Google Group. If you're unfamiliar with either, you should start using StackOverflow for a few months. They're a very supportive community who have the resources to help get you on track. We unfortunately don't have enough people with free time on their hands to answer most usage questions. |
Hi John, xTrain = read_data("train", labelsInfoTrain, imageSize, path) The error reads: imread not defined any suggestions |
Please post all questions to StackOverflow. |
Below after the line of ****'s is the I am trying to run. It is a tutorial from the Kaggle website dealing with character recognition. I am getting an error when I try to run this:
portion of the code. The error seems to be the result of a conflict between
Images
andDataFrames
, the error occurs when the above portion of the code gets to this part:and then I get the error:
Look forward to hearing about this
The text was updated successfully, but these errors were encountered: