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

New package: TSFrames v0.1.0 #72041

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

JuliaRegistrator
Copy link
Contributor

This is the first release of the package. The following types and functions are exported.

  1. TSFrame: A type to hold ordered data with an index.
  2. Base.Matrix: Converting a TSFrame object's non-index data to a Matrix.
  3. Base.first: Get the first row of a TSFrame object.
  4. Base.join: Combine TSFrame objects together column-wise using the index as the column key.
  5. Base.size: Get the number of rows and columns of a TSFrame object as a tuple.
  6. Base.vcat: Concatenate rows of two TSFrame objects.
  7. plot: Plot a TSFrame object with the index on the x-axis and selected cols on the y-axis.
  8. apply: Apply function to a TSFrame object based on a period.
  9. describe: Compute summary statistics of a TSFrame object.
  10. endpoints: Return an integer vector of values for last observation in timestamps for each period given by on.
  11. head: Return the first n rows of a TSFrame object.
  12. index: Return the index vector of a TSFrame object.
  13. lag: Lag a TSFrame object by a specified value.
  14. lead: Lead a TSFrame object by a specified value.
  15. ncol: Get the number of columns of a TSFrame object.
  16. nrow: Get the number of rows of a TSFrame object.
  17. rollapply: Apply a function to a column of a TSFrame object for each continuous set of rows of size windowsize.
  18. subset: Create a subset of a TSFrame object based on the index starting from (inclusive) till to (inclusive).
  19. tail: Return the last n rows of a TSFrame object.

UUID: 9f90e835-9451-4aaa-bcb1-743a1b8d2f84
Repo: https://github.com/xKDR/TSFrames.jl.git
Tree: 62275816e6bb5aae5d57495b287c5784d5225e98

Registrator tree SHA: 6f7123171eb7f645eda28350bbbc080fbc238330
@github-actions
Copy link
Contributor

Your new package pull request met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed.

Since you are registering a new package, please make sure that you have read the package naming guidelines: https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit 57895ea into master Nov 14, 2022
@JuliaTagBot JuliaTagBot deleted the registrator-tsframes-9f90e835-v0.1.0-e6ee0e8471 branch November 14, 2022 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants