Series
- Using R (12)
- Using WordPress (3)
-
Recent Posts
- Using R — Working with Geospatial Data
- Best Best Practices Ever!
- Using R — Package Installation Problems
- Using R — Packaging a C library in 15 minutes
- Using R — Callling C code with Rcpp
- Using R — .Call(“hello”)
- Using R — Calling C Code ‘Hello World!’
- Using R — A Script Introduction to R
- Using R — Easier Error Handling with try()
- Using R — Basic error Handing with tryCatch()
Blogroll
Tags
Babel BeautifulSoup best practices C CentOS CSV Data.gov disk I/O error handling FIPS HTML i18n ISO javascript jquery KML LaTex Mac metadata MS Access MS Excel MySQL netcdf NYTimes palettes plone PostgreSQL python R RDBMS R package SQL SQLite standards Subversion Trac Tufte Ubuntu units Unix USGS validation VMware WordPress XML
Tag Archives: CSV
Using R — A Script Introduction to R
This entry is part 3 of 12 in the series Using RTo many people, R is like the Everglades. They’ve heard of it, they know it’s big and has amazing treasures deep inside. Articles in the media can make it … read more …
Data Volumes
Despite what they say, size does matter. Successful data management is all about finding the proper tools and formats for dealing with your data. There is no one-size-fits-all solution. And the very first question you should be asking yourself is: … read more …
Zero vs. Missing
On the left we have zero, our integer measure of nothingness. On the right we have missing value, aka N/A, aka NA, our signal that the value of a datapoint is unknown. Everyone who deals with data has to deal … read more …
Ten UNIX commands every data manager should know
Working with data from varied sources can be frustrating — some data will be in CSV format; some in XML; some available as HTML pages; other data as relational databases or MS Excel spreadsheets. This post will cover the UNIX … read more …