warframe_metrics.market.prime.best_primes_simple

warframe_metrics.market.prime.best_primes_simple(vault_df, buy=False)

Gets the best primes in order of the returned dataframe.

Parameters
  • vault_df (DataFrame) – The dataframe with columns of “Last Unvaulting”, “Vault Date”, “Item Name”, and “Item Type”. This format essentially follows from the chart on the wiki (https://warframe.fandom.com/wiki/Prime_Vault).

  • buy (bool) – Whether you are trying to buy or sell.

Return type

DataFrame

Returns

A pandas dataframe sorted in order of prefence. The first ones are either the best ranked to buy or sell (based on the parameter buy).