Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect if BIN or Auction and capture number of bids #62

Open
driscoll42 opened this issue Mar 24, 2021 · 0 comments
Open

Detect if BIN or Auction and capture number of bids #62

driscoll42 opened this issue Mar 24, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@driscoll42
Copy link
Owner

Is your feature request related to a problem? Please describe.
It would be interesting to capture if a listing is a Buy It Now or Auction listing and if Auction how many bids were on it.

Describe the solution you'd like
Another two columns on the df for "Listing Type" and "Number of Bids" where if BIN the latter should be 0. Really we could get away with just one column as all BIN will have 0 bids and all auctions will have at least one, but I think that'll confuse some people.

@driscoll42 driscoll42 added enhancement New feature or request good first issue Good for newcomers labels Mar 24, 2021
@driscoll42 driscoll42 self-assigned this Mar 24, 2021
@driscoll42 driscoll42 added this to Misc in ebayMarketAnalyzer via automation Mar 24, 2021
@driscoll42 driscoll42 moved this from Misc to Getting & Cleaning Data in ebayMarketAnalyzer Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
ebayMarketAnalyzer
  
Getting & Cleaning Data
Development

No branches or pull requests

1 participant