Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3724918
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T06:48:56+00:00 2026-05-19T06:48:56+00:00

We have retailer data stored in a database, if there is no sale for

  • 0

We have retailer data stored in a database, if there is no sale for one item, then there is no row for that item in the database. So after fetch the data from database to R, there will be same gap in the result time series. Is there any way the remove the time series in R (insert back the missing data with value of 0)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T06:48:57+00:00Added an answer on May 19, 2026 at 6:48 am

    As shown only yesterday, just construct a vector with the desired timeframe, and merge.

    # Your dataframe
    DF <- data.frame(day = seq(as.POSIXlt("2011-01-17"),
                               as.POSIXlt("2011-02-14"),
                               by = "days")[seq(1, 30, by = 4)][-6],
                     value = c(5,5,7,8,4,6,5,6,9,8,6,6,4,6))
    
    # new dataframe
    full <- data.frame(day = seq(min(DF$day),max(DF$day),by = "days"),
                       value = 0)
    # the big merge trick                   
    merge(DF,full,all=T)
    

    See also this question from yesterday.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a stored procedure that takes data from multiple tables. The stored procedure
I have the following php array that gets all values from a form full
I have some regular expression code that grabs the data between the title tags
I have data that looks like this. SoldToRetailer OrderDate | Customer | Product |
Have deployed numerous report parts which reference the same view however one of them
have a nice day. I got problem when trying to create an image from
I have a model that has an amount and I'm tracking to see if
I have a database design issue. My project is about products and retailers. Product
I have some variables stored using php and an html textarea. I would like
I'm working on a site that was recently moved. After the move all the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.