Skip to content

How to delete erroneous instrument from multiple prices #1298

Answered by j1404
j1404 asked this question in Q&A
Discussion options

You must be logged in to vote

I found it and got rid of it, here's how:

use arctic_production

db.futures_multiple_prices.version_nums.find({'symbol': 'C\x08'})
{ "_id" : ObjectId("656621aab4ad74337ae33b42"), "symbol" : "C\b", "version" : 1 }

db.futures_multiple_prices.versions.find({'symbol': 'C\x08'})
{ "_id" : ObjectId("656621aa9e76de2b8220e304"), "arctic_version" : 1079002, "symbol" : "C\b", "version" : 1, "metadata" : null, "dtype" : "[('index', '<f8'), ('CARRY', '<f8'), ('CARRY_CONTRACT', '<f8'), ('FORWARD', '<f8'), ('FORWARD_CONTRACT', '<f8'), ('PRICE', '<f8'), ('PRICE_CONTRACT', '<f8')]", "shape" : [ -1 ], "dtype_metadata" : { "index" : [ "index" ], "columns" : [ "CARRY", "CARRY_CONTRACT", "FORWARD", "FORW…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@tgibson11
Comment options

@frankcodespoorly
Comment options

@j1404
Comment options

@j1404
Comment options

Answer selected by j1404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants