2013-03-10

Eclipse and Pandas
work work work work work

This guy might be my new hero http://en.wikipedia.org/wiki/Adam_McKay

When you get an error in your eclipse project that says "a schema cannot contain two global components," have a look at the xml file that it is complaining about. I had "http://www.springframework.org/schema/data/jpa/spring-jpa.xsd" in my schema location property. It should have been "http://www.springframework.org/schema/data/jpa/spring-jpa-1.2.xsd" (Adding the version fixed the error.)

Remind me to read this http://blog.yhathq.com/posts/R-and-pandas-and-what-ive-learned-about-each.html