Chetan Conikee

Results 8 issues of Chetan Conikee

If I were to build a web front over a Frame or Series, how would I go about giving both of them a common web format representation (aka JSON, etc)...

**Is your feature request related to a problem? Please describe.** Currently help_messages are mapped to prompt and if a prompt is of type single/multi select it is not possible to...

Tried this with SQL parser and does not seem to work import com.log4p.sqldsl._ import QueryBuilder._ import AnsiSqlRenderer._ val p = new SQLParser val q = """select \* from user where...

Attempting to extract a Seq[Seq[String]] from this document ``` scala val json = JsonParser("""{ "vmaz" : { "a" : { "b" : [ { "c" : { "d" : [...

Could you please let me know if I might be missing a step here The extraction seems to be failing https://gist.github.com/conikeec/7354320

I encountered an interesting situation where optional fields does not address to solve this problem ``` scala val json = JsonParser( """ { "host" : { "name" : "disposable-cluster-05.cphy.local", "config"...

Does your client library support Batch inserts/updates http://www.datastax.com/documentation/cql/3.0/cql/cql_reference/batch_r.html