Robin Linacre

Results 234 comments of Robin Linacre

Converting to a discussion because still unsure whether this is desirable

Agreed, this would be useful. For anyone else seeing this, for the moment you can do this: `embed(vl_api_chart.toSpec())` where ``` embed = require("vega-embed@6") ``` (`toJSON` is deprecated I believe)

+1 just encountered it with an s3 path that had capitals in it

Another pro: The schema is not actually python specific. For instance, we may want an R package that imposes metadata conformance on a dataset. So it makes sense for the...

I made [this](https://github.com/moj-analytical-services/metadata_schema) but we can delete if we decide we don't want

Tricky, especially since it's unlikely the user will have an intuition for the ''correct'/'best' parameter (it wouldn't be very good if they set it to like, 100 or something!) I'd...

Agreed - i think a warning if it's left as the default should suffice

This may be fixed now - need to add some tests. It was fixed (I think) by changes in #100

Possibly a better approach is to produce a lookup between the columns and their concatenated version from the original data, then use this to retrieve the dual headers

One simple solution would be to disable for Spark; i can't remember whether we observed cases where debug mode failed for Spark but nothing else