Skip to content

Commit

Permalink
Update combine_prompt_hist.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpitPandey29 authored Nov 1, 2023
1 parent eb768f2 commit e4973f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/prompts/combine_prompt_hist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help

QUESTION: How to merge tables in pandas?
=========
Content: pandas provides various facilities for easily combining Series or DataFrame with various kinds of set logic for the indexes and relational algebra functionality in the case of join / merge-type operations.
Content: pandas provides various facilities for easily combining together Series or DataFrame with various kinds of set logic for the indexes and relational algebra functionality in the case of join / merge-type operations.
Source: 28-pl
Content: pandas provides a single function, merge(), as the entry point for all standard database join operations between DataFrame or named Series objects: \n\npandas.merge(left, right, how='inner', on=None, left_on=None, right_on=None, left_index=False, right_index=False, sort=False, suffixes=('_x', '_y'), copy=True, indicator=False, validate=None)
Source: 30-pl
Expand Down Expand Up @@ -30,4 +30,4 @@ QUESTION: {{ question }}
=========
{{ summaries }}
=========
FINAL ANSWER:
FINAL ANSWER:

0 comments on commit e4973f5

Please sign in to comment.